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.java815 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundService_dontRemoveNotificationOnStop()
822 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); 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()
984 assertNotification(2, LocalForegroundService.getNotificationTitle(2)); in testForegroundService_detachNotificationOnStop()