Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DServiceTest.java934 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundService_dontRemoveNotificationOnStop()
940 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); 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()
1101 assertNotification(2, LocalForegroundService.getNotificationTitle(2)); in testForegroundService_detachNotificationOnStop()
1131 assertNotification(1, LocalForegroundService.getNotificationTitle(1)); in testForegroundService_notificationChannelDeletion()
1180 assertNotification(1, LocalPhoneCallService.getNotificationTitle(1)); in testForegroundService_typeImmediateNotification()
[all …]
/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundService.java95 .setContentTitle(getNotificationTitle(mNotificationId)) in onStartCommand()
161 public static String getNotificationTitle(int id) { in getNotificationTitle() method in LocalForegroundService
DLocalForegroundServiceLocation.java63 .setContentTitle(getNotificationTitle(mNotificationId)) in onStartCommand()