Home
last modified time | relevance | path

Searched refs:IntentFirewall (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/firewall/
H A DSenderFilter.java69 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent,
77 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent,
85 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent,
94 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent,
H A DNotFilter.java35 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
48 Filter filter = IntentFirewall.parseFilter(parser);
H A DFilter.java34 boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
H A DFilterList.java38 Filter filter = IntentFirewall.parseFilter(parser); in readChild()
H A DAndFilter.java28 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
H A DOrFilter.java28 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
H A DSenderPermissionFilter.java36 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
H A DCategoryFilter.java37 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
H A DSenderPackageFilter.java42 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
H A DPortFilter.java44 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
H A DIntentFirewall.java58 public class IntentFirewall { class
121 public IntentFirewall(AMSInterface ams, Handler handler) { in IntentFirewall() method in IntentFirewall
H A DStringFilter.java121 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
/aosp14/frameworks/base/services/core/java/com/android/server/updates/
H A DIntentFirewallInstallReceiver.java19 import com.android.server.firewall.IntentFirewall;
25 super(IntentFirewall.getRulesDir().getAbsolutePath(), "ifw.xml", "metadata/", in IntentFirewallInstallReceiver()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSystemServicesTestRule.java84 import com.android.server.firewall.IntentFirewall;
576 final IntentFirewall intentFirewall = mock(IntentFirewall.class);
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DEventLogTags.logtags247 # IntentFirewall.java
/aosp14/frameworks/base/services/
H A Dart-profile-boot627 Lcom/android/server/firewall/IntentFirewall;->checkIntent(Lcom/android/server/firewall/IntentFirewa…
628 Lcom/android/server/firewall/IntentFirewall$FirewallIntentResolver;->queryByComponent(Landroid/cont…
643 Lcom/android/server/firewall/IntentFirewall$FirewallIntentResolver;->sortResults(Ljava/util/List;)V
651 Lcom/android/server/firewall/IntentFirewall;->checkBroadcast(Landroid/content/Intent;IILjava/lang/S…
H A Dart-profile4084 HSPLcom/android/server/firewall/IntentFirewall$FirewallHandler;-><init>(Lcom/android/server/firewal…
4086 …SPLcom/android/server/firewall/IntentFirewall$FirewallIntentResolver;-><init>(Lcom/android/server/…
4089 HSPLcom/android/server/firewall/IntentFirewall$RuleObserver;-><init>(Lcom/android/server/firewall/I…
4090 HSPLcom/android/server/firewall/IntentFirewall;-><clinit>()V
4091 HSPLcom/android/server/firewall/IntentFirewall;-><init>(Lcom/android/server/firewall/IntentFirewall
4092IntentFirewall;->checkBroadcast(Landroid/content/Intent;IILjava/lang/String;I)Z+]Lcom/android/serv…
12768 Lcom/android/server/firewall/IntentFirewall$AMSInterface;
12769 Lcom/android/server/firewall/IntentFirewall$FirewallHandler;
12772 Lcom/android/server/firewall/IntentFirewall$Rule;
12773 Lcom/android/server/firewall/IntentFirewall$RuleObserver;
[all …]
/aosp14/frameworks/base/core/proto/android/providers/settings/
H A Dglobal.proto510 message IntentFirewall { message
516 optional IntentFirewall intent_firewall = 65;
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerService.java274 import com.android.server.firewall.IntentFirewall;
379 IntentFirewall mIntentFirewall;
984 public void initialize(IntentFirewall intentFirewall, PendingIntentController intentController, in initialize()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java862 GlobalSettingsProto.IntentFirewall.UPDATE_CONTENT_URL); in dumpProtoGlobalSettingsLocked()
865 GlobalSettingsProto.IntentFirewall.UPDATE_METADATA_URL); in dumpProtoGlobalSettingsLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java456 import com.android.server.firewall.IntentFirewall;
668 public final IntentFirewall mIntentFirewall;
2595 mIntentFirewall = new IntentFirewall(new IntentFirewallInterface(), mHandler); in ActivityManagerService()
5959 class IntentFirewallInterface implements IntentFirewall.AMSInterface {