Home
last modified time | relevance | path

Searched refs:NOTIFICATION_TITLE (Results 1 – 4 of 4) sorted by relevance

/platform_testing/tests/automotive/functional/notifications/src/android/platform/tests/
DNotificationTest.java39 private static String NOTIFICATION_TITLE = "AUTO TEST NOTIFICATION"; field in NotificationTest
76 mNotificationHelper.get().checkNotificationExists(NOTIFICATION_TITLE)); in testClearAllNotification()
84 mNotificationHelper.get().checkNotificationExists(NOTIFICATION_TITLE)); in testPostNotification()
92 mNotificationHelper.get().checkNotificationExists(NOTIFICATION_TITLE)); in testSwipeAwayNotification()
93 mNotificationHelper.get().removeNotification(NOTIFICATION_TITLE); in testSwipeAwayNotification()
96 mNotificationHelper.get().checkNotificationExists(NOTIFICATION_TITLE)); in testSwipeAwayNotification()
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DAutoNotificationsConfigUtility.java192 AutoConfigConstants.NOTIFICATION_TITLE, in loadDefaultExpandedNotificationsConfig()
DAutoConfigConstants.java227 public static final String NOTIFICATION_TITLE = "NOTIFICATION_TITLE"; field in AutoConfigConstants
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationMockingHelperImpl.java78 AutoConfigConstants.NOTIFICATION_TITLE)); in AutoNotificationMockingHelperImpl()