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.java515 private void assertNotification(int id, String expectedTitle, boolean shouldHaveFgsFlag) { in assertNotification() method in ServiceTest
980 assertNotification(1, LocalForegroundService.getNotificationTitle(1), true); in testForegroundService_canUpdateNotification()
985 assertNotification(1, newTitle, true); in testForegroundService_canUpdateNotification()
1007 assertNotification(1, LocalForegroundService.getNotificationTitle(1), true); in testForegroundService_dontRemoveNotificationOnStop()
1013 assertNotification(1, LocalForegroundService.getNotificationTitle(1), false); in testForegroundService_dontRemoveNotificationOnStop()
1018 assertNotification(1, newTitle, false); in testForegroundService_dontRemoveNotificationOnStop()
1025 assertNotification(2, LocalForegroundService.getNotificationTitle(2), true); in testForegroundService_dontRemoveNotificationOnStop()
1060 assertNotification(1, LocalForegroundService.getNotificationTitle(1), true); in testForegroundServiceRemoveNotificationOnStop()
1079 assertNotification(2, LocalForegroundService.getNotificationTitle(2), true); in testForegroundServiceRemoveNotificationOnStop()
1159 assertNotification(1, LocalForegroundService.getNotificationTitle(1), true); in testForegroundService_detachNotificationOnStop()
[all …]