Searched refs:isProtectedBroadcast (Results 1 – 10 of 10) sorted by relevance
107 boolean isProtectedBroadcast(String actionName); in isProtectedBroadcast() method
1675 intent.prepareToEnterProcess(ActivityThread.isProtectedBroadcast(intent), in getRunnable()
4350 isProtectedComponent(data.info) || isProtectedBroadcast(data.intent), in handleReceiver()7940 public static boolean isProtectedBroadcast(@NonNull Intent intent) { in isProtectedBroadcast() method in ActivityThread7946 return getPackageManager().isProtectedBroadcast(intent.getAction()); in isProtectedBroadcast()
1785 intent.prepareToEnterProcess(ActivityThread.isProtectedBroadcast(intent), in registerReceiverInternal()
12707 String callerPackage, int callingUid, boolean isProtectedBroadcast, List receivers) { in checkBroadcastFromSystem() argument12714 if (isProtectedBroadcast in checkBroadcastFromSystem()12915 final boolean isProtectedBroadcast; in broadcastIntentLocked()12917 isProtectedBroadcast = AppGlobals.getPackageManager().isProtectedBroadcast(action); in broadcastIntentLocked()12942 if (isProtectedBroadcast) { in broadcastIntentLocked()13377 isProtectedBroadcast, registeredReceivers); in broadcastIntentLocked()13472 isProtectedBroadcast, receivers); in broadcastIntentLocked()
10020 public boolean isProtectedBroadcast(String actionName) { in isProtectedBroadcast() method in PackageManagerService
1003 HSPLandroid/app/ActivityThread;->isProtectedBroadcast(Landroid/content/Intent;)Z+]Landroid/content/…4529 HSPLandroid/content/pm/IPackageManager$Stub$Proxy;->isProtectedBroadcast(Ljava/lang/String;)Z+]Land…
1003 HSPLandroid/app/ActivityThread;->isProtectedBroadcast(Landroid/content/Intent;)Z+]Landroid/content/…4527 HSPLandroid/content/pm/IPackageManager$Stub$Proxy;->isProtectedBroadcast(Ljava/lang/String;)Z+]Land…
14521 Landroid/content/pm/IPackageManager$Stub$Proxy;->isProtectedBroadcast(Ljava/lang/String;)Z
31430 HSPLcom/android/server/pm/PackageManagerService;->isProtectedBroadcast(Ljava/lang/String;)Z+]Ljava/…