Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/cluster/
H A DCarInstrumentClusterManager.java51 public static final String CATEGORY_NAVIGATION = "android.car.cluster.NAVIGATION"; field in CarInstrumentClusterManager
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationUtils.java116 case Notification.CATEGORY_NAVIGATION: in getNotificationViewType()
H A DCarHeadsUpNotificationManager.java592 if (!mEnableNavigationHeadsup && Notification.CATEGORY_NAVIGATION.equals( in shouldShowHeadsUp()
652 || Notification.CATEGORY_NAVIGATION.equals(notification.category); in shouldShowHeadsUp()
H A DPreprocessingManager.java284 || Notification.CATEGORY_NAVIGATION.equals(notification.category); in isMediaOrNavigationNotification()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DNotificationUtilsTest.java194 typeMap.put(Notification.CATEGORY_NAVIGATION, CarNotificationTypeItem.NAVIGATION); in onGetNotificationViewType_notificationIsARecognizedType_returnsCorrectType()
H A DNotificationDataManagerTest.java80 .setCategory(Notification.CATEGORY_NAVIGATION) in setup()
H A DPreprocessingManagerTest.java860 newNotification.category = Notification.CATEGORY_NAVIGATION; in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
874 assertThat(updated.getNotification().category).isEqualTo(Notification.CATEGORY_NAVIGATION); in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
996 notification.category = Notification.CATEGORY_NAVIGATION; in generateNotification()
H A DCarHeadsUpNotificationManagerTest.java148 .setCategory(Notification.CATEGORY_NAVIGATION) in setup()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationBaseViewHolder.java249 Notification.CATEGORY_NAVIGATION.equals(notification.category); in canChangeCardBackgroundColor()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java885 public static final String CATEGORY_NAVIGATION = "navigation"; field in Notification
6799 || CATEGORY_NAVIGATION.equals(category) in shouldShowForegroundImmediately()
/aosp12/packages/services/Car/car-lib/api/
H A Dsystem-current.txt257 …field @Deprecated public static final String CATEGORY_NAVIGATION = "android.car.cluster.NAVIGATION…
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5661 field public static final String CATEGORY_NAVIGATION = "navigation";