Searched refs:getNotificationTitle (Results 1 – 3 of 3) sorted by relevance
77 .setContentTitle(getNotificationTitle(mNotificationId)) in onStart()123 public static String getNotificationTitle(int id) { in getNotificationTitle() method in LocalForegroundService
70 .setContentTitle(getNotificationTitle(mNotificationId)) in onStart()
916 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()