Searched defs:isProtectedBroadcast (Results 1 – 3 of 3) sorted by relevance
101 boolean isProtectedBroadcast(String actionName); in isProtectedBroadcast() method
8325 public static boolean isProtectedBroadcast(@NonNull Intent intent) { in isProtectedBroadcast() method in ActivityThread
14385 String callerPackage, int callingUid, boolean isProtectedBroadcast, List receivers) { in checkBroadcastFromSystem()