Searched defs:isProtectedBroadcast (Results 1 – 4 of 4) sorted by relevance
107 boolean isProtectedBroadcast(String actionName); in isProtectedBroadcast() method
7940 public static boolean isProtectedBroadcast(@NonNull Intent intent) { in isProtectedBroadcast() method in ActivityThread
10020 public boolean isProtectedBroadcast(String actionName) { in isProtectedBroadcast() method in PackageManagerService
12707 String callerPackage, int callingUid, boolean isProtectedBroadcast, List receivers) { in checkBroadcastFromSystem()