Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationQueue.java75 private final Set<String> mNotificationCategoriesForImmediateShow; field in CarHeadsUpNotificationQueue
113 mNotificationCategoriesForImmediateShow = Set.of(context.getResources().getStringArray( in CarHeadsUpNotificationQueue()
285 return category != null && mNotificationCategoriesForImmediateShow.contains(category); in isCategoryImmediateShow()