Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationUtils.java56 public static boolean isSystemOrPlatformKey(Context context, in isSystemOrPlatformKey() method in NotificationUtils
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationHeaderView.java214 if (NotificationUtils.isSystemOrPlatformKey(mContext, statusBarNotification) in loadHeaderAppName()