Home
last modified time | relevance | path

Searched defs:isSystemPrivilegedOrPlatformKey (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/toast/
DCarToastUI.java94 private boolean isSystemPrivilegedOrPlatformKey(String packageName) { in isSystemPrivilegedOrPlatformKey() method in CarToastUI
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationUtils.java67 public static boolean isSystemPrivilegedOrPlatformKey(Context context, AlertEntry alertEntry) { in isSystemPrivilegedOrPlatformKey() method in NotificationUtils