/aosp12/frameworks/base/services/core/java/com/android/server/firewall/ |
H A D | SenderFilter.java | 51 Slog.e(IntentFirewall.TAG, "Remote exception while retrieving uid flags", in isPrivilegedApp() 82 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, 90 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, 98 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, 107 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent,
|
H A D | NotFilter.java | 35 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches() 48 Filter filter = IntentFirewall.parseFilter(parser);
|
H A D | Filter.java | 34 boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
|
H A D | FilterList.java | 38 Filter filter = IntentFirewall.parseFilter(parser); in readChild()
|
H A D | AndFilter.java | 28 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
|
H A D | OrFilter.java | 28 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
|
H A D | SenderPermissionFilter.java | 36 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
|
H A D | CategoryFilter.java | 37 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
|
H A D | SenderPackageFilter.java | 42 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
|
H A D | PortFilter.java | 44 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
|
H A D | IntentFirewall.java | 54 public class IntentFirewall { class 114 public IntentFirewall(AMSInterface ams, Handler handler) { in IntentFirewall() method in IntentFirewall
|
H A D | StringFilter.java | 121 public boolean matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, in matches()
|
/aosp12/frameworks/base/services/core/java/com/android/server/updates/ |
H A D | IntentFirewallInstallReceiver.java | 19 import com.android.server.firewall.IntentFirewall; 25 super(IntentFirewall.getRulesDir().getAbsolutePath(), "ifw.xml", "metadata/", in IntentFirewallInstallReceiver()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SystemServicesTestRule.java | 75 import com.android.server.firewall.IntentFirewall; 516 final IntentFirewall intentFirewall = mock(IntentFirewall.class);
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | EventLogTags.logtags | 243 # IntentFirewall.java
|
/aosp12/frameworks/base/services/ |
H A D | art-profile-boot | 627 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 D | art-profile | 19153 HSPLcom/android/server/firewall/IntentFirewall$FirewallHandler;-><init>(Lcom/android/server/firewal… 19154 HSPLcom/android/server/firewall/IntentFirewall$FirewallIntentFilter;-><init>(Lcom/android/server/fi… 19155 …IntentFirewall$FirewallIntentFilter;->access$200(Lcom/android/server/firewall/IntentFirewall$Firew… 19157 …SPLcom/android/server/firewall/IntentFirewall$FirewallIntentResolver;-><init>(Lcom/android/server/… 19166 …IntentFirewall$FirewallIntentResolver;->newResult(Lcom/android/server/firewall/IntentFirewall$Fire… 19171 HSPLcom/android/server/firewall/IntentFirewall$Rule;-><init>(Lcom/android/server/firewall/IntentFir… 19177 HSPLcom/android/server/firewall/IntentFirewall$RuleObserver;-><init>(Lcom/android/server/firewall/I… 19179 HSPLcom/android/server/firewall/IntentFirewall;-><init>(Lcom/android/server/firewall/IntentFirewall… 53569 Lcom/android/server/firewall/IntentFirewall$Rule; 53571 Lcom/android/server/firewall/IntentFirewall; [all …]
|
/aosp12/frameworks/base/core/proto/android/providers/settings/ |
H A D | global.proto | 507 message IntentFirewall { message 513 optional IntentFirewall intent_firewall = 65;
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityTaskManagerService.java | 258 import com.android.server.firewall.IntentFirewall; 360 IntentFirewall mIntentFirewall; 963 public void initialize(IntentFirewall intentFirewall, PendingIntentController intentController, in initialize()
|
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsProtoDumpUtil.java | 858 GlobalSettingsProto.IntentFirewall.UPDATE_CONTENT_URL); in dumpProtoGlobalSettingsLocked() 861 GlobalSettingsProto.IntentFirewall.UPDATE_METADATA_URL); in dumpProtoGlobalSettingsLocked()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 382 import com.android.server.firewall.IntentFirewall; 565 public final IntentFirewall mIntentFirewall; 2219 ? new IntentFirewall(new IntentFirewallInterface(), mHandler) : null; in ActivityManagerService() 2339 mIntentFirewall = new IntentFirewall(new IntentFirewallInterface(), mHandler); in ActivityManagerService() 5402 class IntentFirewallInterface implements IntentFirewall.AMSInterface {
|