Searched refs:isIsolated (Results 1 – 9 of 9) sorted by relevance
171 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getNumberOfIsolatedChildren()180 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) { in getIsolatedChild()200 if (isIsolated(entry.notification)) { in onEntryUpdated()335 private boolean isIsolated(StatusBarNotification sbn) { in isIsolated() method in NotificationGroupManager340 if (isIsolated(sbn)) { in isGroupSummary()347 if (isIsolated(sbn)) { in isGroupChild()354 if (isIsolated(sbn)) { in getGroupKey()
879 public static final boolean isIsolated() { in isIsolated() method in Process880 return isIsolated(myUid()); in isIsolated()884 public static final boolean isIsolated(int uid) { in isIsolated() method in Process
113 public static boolean isIsolated(int uid) { in isIsolated() method in UserHandle
261 if (mLaunchedFromUid < 0 || UserHandle.isIsolated(mLaunchedFromUid)) { in onCreate()
3365 if (UserHandle.isIsolated(uid)) { in checkComponentPermission()
5017 if (Process.isIsolated()) { in setupGraphicsSupport()5300 if (!Process.isIsolated() && !"android".equals(appContext.getPackageName())) { in handleBindApplication()
302 if (Process.isIsolated(uid)) { in systemReady()
18279 if (Process.isIsolated(uid)) { in systemReady()
4031 if (UserHandle.isIsolated(Binder.getCallingUid())) { in enforceNotIsolatedCaller()