Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DCriticalNotificationExtractorTest.java60 assertCriticality(Notification.CATEGORY_CAR_EMERGENCY, in testExtractCritically_nonsupporting()
78 assertCriticality(Notification.CATEGORY_CAR_EMERGENCY, in testExtractCritically()
H A DNotificationManagerServiceTest.java1245 List<String> categories = Arrays.asList(Notification.CATEGORY_CAR_EMERGENCY, in testEnqueuedRestrictedNotifications_hasPermission()
1269 List<String> categories = Arrays.asList(Notification.CATEGORY_CAR_EMERGENCY, in testEnqueuedRestrictedNotifications_notAutomotive()
1293 List<String> categories = Arrays.asList(Notification.CATEGORY_CAR_EMERGENCY, in testEnqueuedRestrictedNotifications_noPermission()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DCriticalNotificationExtractor.java75 if (record.isCategory(Notification.CATEGORY_CAR_EMERGENCY)) { in process()
H A DNotificationManagerService.java9214 if (Notification.CATEGORY_CAR_EMERGENCY.equals(notification.category)
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationUtils.java114 case Notification.CATEGORY_CAR_EMERGENCY: in getNotificationViewType()
H A DCarNotificationViewAdapter.java246 case Notification.CATEGORY_CAR_EMERGENCY: in getItemViewTypeImpl()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DNotificationUtilsTest.java193 typeMap.put(Notification.CATEGORY_CAR_EMERGENCY, CarNotificationTypeItem.EMERGENCY); in onGetNotificationViewType_notificationIsARecognizedType_returnsCorrectType()
H A DCarHeadsUpNotificationManagerTest.java163 .setCategory(Notification.CATEGORY_CAR_EMERGENCY) in setup()
H A DCarNotificationViewAdapterTest.java629 getNotificationWithCategory(Notification.CATEGORY_CAR_EMERGENCY)); in getItemViewType_shouldReturnCarEmergency()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
H A DNotificationFragment.java135 .setCategory(Notification.CATEGORY_CAR_EMERGENCY) in initCarCategoriesButton()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java964 public static final String CATEGORY_CAR_EMERGENCY = "car_emergency"; field in Notification
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt738 field public static final String CATEGORY_CAR_EMERGENCY = "car_emergency";