Searched refs:NOTIFICATION_TITLE (Results 1 – 4 of 4) sorted by relevance
44 private static String NOTIFICATION_TITLE = "AUTO TEST NOTIFICATION"; field in NotificationTest77 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()
45 private static final String NOTIFICATION_TITLE = "Check recent permissions"; field in DrivingOptimizedAppsTest120 mNotificationHelper.get().checkNotificationExists(NOTIFICATION_TITLE)); in testOpenContactsAndVerifyPostDriveNotification()
75 getUiElementFromConfig(AutomotiveConfigConstants.NOTIFICATION_TITLE)); in AutoNotificationMockingHelperImpl()
183 public static final String NOTIFICATION_TITLE = "NOTIFICATION_TITLE"; field in AutomotiveConfigConstants