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.java44 private static String NOTIFICATION_TITLE = "AUTO TEST NOTIFICATION"; field in NotificationTest
77 mNotificationHelper.get().checkNotificationExists(NOTIFICATION_TITLE)); in testClearAllNotification()
85 mNotificationHelper.get().checkNotificationExists(NOTIFICATION_TITLE)); in testPostNotification()
95 mNotificationHelper.get().checkNotificationExists(NOTIFICATION_TITLE)); in testSwipeAwayNotification()
96 mNotificationHelper.get().removeNotification(NOTIFICATION_TITLE); in testSwipeAwayNotification()
99 mNotificationHelper.get().checkNotificationExists(NOTIFICATION_TITLE)); in testSwipeAwayNotification()
/platform_testing/tests/automotive/functional/uxrestriction/src/android/platform/tests/
DDrivingOptimizedAppsTest.java45 private static final String NOTIFICATION_TITLE = "Check recent permissions"; field in DrivingOptimizedAppsTest
120 mNotificationHelper.get().checkNotificationExists(NOTIFICATION_TITLE)); in testOpenContactsAndVerifyPostDriveNotification()
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationMockingHelperImpl.java75 getUiElementFromConfig(AutomotiveConfigConstants.NOTIFICATION_TITLE)); in AutoNotificationMockingHelperImpl()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java183 public static final String NOTIFICATION_TITLE = "NOTIFICATION_TITLE"; field in AutomotiveConfigConstants