Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java657 case Notification.CATEGORY_NAVIGATION: in getNotificationViewType()
713 if (!mEnableNavigationHeadsup && Notification.CATEGORY_NAVIGATION.equals( in shouldShowHeadsUp()
750 || Notification.CATEGORY_NAVIGATION.equals(notification.category)) { in shouldShowHeadsUp()
DPreprocessingManager.java247 || Notification.CATEGORY_NAVIGATION.equals(notification.category); in isMediaOrNavigationNotification()
/packages/apps/Car/Cluster/src/android/car/cluster/
DClusterRenderingService.java129 setClusterActivityLaunchOptions(CarInstrumentClusterManager.CATEGORY_NAVIGATION, in setActivityLaunchOptions()
135 setClusterActivityState(CarInstrumentClusterManager.CATEGORY_NAVIGATION, in setActivityLaunchOptions()
/packages/services/Car/car-lib/src/android/car/cluster/
DCarInstrumentClusterManager.java45 public static final String CATEGORY_NAVIGATION = "android.car.cluster.NAVIGATION"; field in CarInstrumentClusterManager
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarHeadsUpNotificationManagerTest.java130 .setCategory(Notification.CATEGORY_NAVIGATION) in setupBaseActivityAndLayout()
145 .setCategory(Notification.CATEGORY_NAVIGATION) in setupBaseActivityAndLayout()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBaseViewHolder.java209 Notification.CATEGORY_NAVIGATION.equals(notification.category); in canChangeCardBackgroundColor()
/packages/services/Car/car-lib/api/
Dsystem-current.txt193 …field @Deprecated public static final String CATEGORY_NAVIGATION = "android.car.cluster.NAVIGATION…