Searched refs:notificationId (Results 1 – 3 of 3) sorted by relevance
49 public static void setForeground(Service service, Integer notificationId, in setForeground() argument57 startForeground.invoke(service, new Object[] { notificationId, notification }); in setForeground()75 manager.notify(notificationId, notification); in setForeground()
60 int notificationId = 1400; in runAsForegroundService() local71 startForeground(notificationId, notification); in runAsForegroundService()
871 final int notificationId = NotificationIdFactory.create(); in notify() local872 mNotificationManager.notify(notificationId, notification); in notify()