Searched refs:mNotificationCategoriesForImmediateShow (Results 1 – 1 of 1) sorted by relevance
75 private final Set<String> mNotificationCategoriesForImmediateShow; field in CarHeadsUpNotificationQueue113 mNotificationCategoriesForImmediateShow = Set.of(context.getResources().getStringArray( in CarHeadsUpNotificationQueue()285 return category != null && mNotificationCategoriesForImmediateShow.contains(category); in isCategoryImmediateShow()