Home
last modified time | relevance | path

Searched refs:isSystemPrivilegedOrPlatformKeyInner (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationUtils.java43 return isSystemPrivilegedOrPlatformKeyInner(context, statusBarNotification, in isSystemPrivilegedOrPlatformKey()
58 return isSystemPrivilegedOrPlatformKeyInner(context, statusBarNotification, in isSystemOrPlatformKey()
102 private static boolean isSystemPrivilegedOrPlatformKeyInner(Context context, in isSystemPrivilegedOrPlatformKeyInner() method in NotificationUtils