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()
815 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()