Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundService.java77 .setContentTitle(getNotificationTitle(mNotificationId)) in onStart()
123 public static String getNotificationTitle(int id) { in getNotificationTitle() method in LocalForegroundService
DLocalForegroundServiceLocation.java70 .setContentTitle(getNotificationTitle(mNotificationId)) in onStart()
/cts/tests/app/src/android/app/cts/
DServiceTest.java916 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundService_dontRemoveNotificationOnStop()
923 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundService_dontRemoveNotificationOnStop()
935 assertNotification(2, LocalForegroundService.getNotificationTitle(2)); in testForegroundService_dontRemoveNotificationOnStop()
969 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundServiceRemoveNotificationOnStop()
988 assertNotification(2, LocalForegroundService.getNotificationTitle(2)); in testForegroundServiceRemoveNotificationOnStop()
1067 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundService_detachNotificationOnStop()
1074 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundService_detachNotificationOnStop()
1085 assertNotification(2, LocalForegroundService.getNotificationTitle(2)); in testForegroundService_detachNotificationOnStop()