Home
last modified time | relevance | path

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

/cts/tests/app/FgsTestHelper/src/android/app/fgstesthelper/
DLocalForegroundServiceBase.java78 String getNotificationTitle(int id) { in getNotificationTitle() method in LocalForegroundServiceBase
133 .setContentTitle(getNotificationTitle(mNotificationId)) in startForeground()
/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundService.java99 .setContentTitle(getNotificationTitle(mNotificationId)) in onStartCommand()
167 public static String getNotificationTitle(int id) { in getNotificationTitle() method in LocalForegroundService
DLocalForegroundServiceLocation.java63 .setContentTitle(getNotificationTitle(mNotificationId)) in onStartCommand()
/cts/tests/app/src/android/app/cts/
DServiceTest.java980 assertNotification(1, LocalForegroundService.getNotificationTitle(1), true); in testForegroundService_canUpdateNotification()
1007 assertNotification(1, LocalForegroundService.getNotificationTitle(1), true); in testForegroundService_dontRemoveNotificationOnStop()
1013 assertNotification(1, LocalForegroundService.getNotificationTitle(1), 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()
1165 assertNotification(1, LocalForegroundService.getNotificationTitle(1), false); in testForegroundService_detachNotificationOnStop()
1176 assertNotification(2, LocalForegroundService.getNotificationTitle(2), true); in testForegroundService_detachNotificationOnStop()
1206 assertNotification(1, LocalForegroundService.getNotificationTitle(1), true); in testForegroundService_notificationChannelDeletion()
[all …]