Searched refs:CATEGORY_NAVIGATION (Results 1 – 10 of 10) sorted by relevance
51 public static final String CATEGORY_NAVIGATION = "android.car.cluster.NAVIGATION"; field in CarInstrumentClusterManager
558 if (!mEnableNavigationHeadsup && Notification.CATEGORY_NAVIGATION.equals( in shouldShowHeadsUp()595 || Notification.CATEGORY_NAVIGATION.equals(notification.category); in shouldShowHeadsUp()
116 case Notification.CATEGORY_NAVIGATION: in getNotificationViewType()
246 || Notification.CATEGORY_NAVIGATION.equals(notification.category); in isMediaOrNavigationNotification()
666 newNotification.category = Notification.CATEGORY_NAVIGATION; in onUpdateNotification_notificationPosted_isUpdate_putsNotification()680 assertThat(updated.getNotification().category).isEqualTo(Notification.CATEGORY_NAVIGATION); in onUpdateNotification_notificationPosted_isUpdate_putsNotification()767 notification.category = Notification.CATEGORY_NAVIGATION; in generateNotification()
74 .setCategory(Notification.CATEGORY_NAVIGATION) in setup()
194 typeMap.put(Notification.CATEGORY_NAVIGATION, CarNotificationTypeItem.NAVIGATION); in onGetNotificationViewType_notificationIsARecognizedType_returnsCorrectType()
148 .setCategory(Notification.CATEGORY_NAVIGATION) in setup()
244 Notification.CATEGORY_NAVIGATION.equals(notification.category); in canChangeCardBackgroundColor()
257 …field @Deprecated public static final String CATEGORY_NAVIGATION = "android.car.cluster.NAVIGATION…