Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DServiceTest.java454 private void assertNotification(int id, String expectedTitle) { in assertNotification() method in ServiceTest
815 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundService_dontRemoveNotificationOnStop()
822 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundService_dontRemoveNotificationOnStop()
827 assertNotification(1, newTitle); in testForegroundService_dontRemoveNotificationOnStop()
834 assertNotification(2, LocalForegroundService.getNotificationTitle(2)); in testForegroundService_dontRemoveNotificationOnStop()
868 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundServiceRemoveNotificationOnStop()
887 assertNotification(2, LocalForegroundService.getNotificationTitle(2)); in testForegroundServiceRemoveNotificationOnStop()
966 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundService_detachNotificationOnStop()
973 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundService_detachNotificationOnStop()
978 assertNotification(1, newTitle); in testForegroundService_detachNotificationOnStop()
[all …]