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.java504 private void assertNotification(int id, String expectedTitle) { in assertNotification() method in ServiceTest
934 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundService_dontRemoveNotificationOnStop()
940 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundService_dontRemoveNotificationOnStop()
945 assertNotification(1, newTitle); in testForegroundService_dontRemoveNotificationOnStop()
952 assertNotification(2, LocalForegroundService.getNotificationTitle(2)); in testForegroundService_dontRemoveNotificationOnStop()
986 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundServiceRemoveNotificationOnStop()
1005 assertNotification(2, LocalForegroundService.getNotificationTitle(2)); in testForegroundServiceRemoveNotificationOnStop()
1084 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundService_detachNotificationOnStop()
1090 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundService_detachNotificationOnStop()
1095 assertNotification(1, newTitle); in testForegroundService_detachNotificationOnStop()
[all …]