Searched refs:NOTIFICATION_ID (Results 1 – 5 of 5) sorted by relevance
25 private static final int NOTIFICATION_ID = 123; field in ProducerIsolatedService34 startForeground(NOTIFICATION_ID, builder.build()); in onCreate()
25 private static final int NOTIFICATION_ID = 456; field in ProducerService33 startForeground(NOTIFICATION_ID, builder.build()); in onCreate()
40 private static final int NOTIFICATION_ID = 1400; field in AudioTestService88 startForeground(NOTIFICATION_ID, notification); in runAsForegroundService()
60 private static final int NOTIFICATION_ID = NotificationIdFactory.create(); field in TriggerService75 super(NOTIFICATION_ID); in TriggerService()
59 private static final int NOTIFICATION_ID = NotificationIdFactory.create(); field in ScriptingLayerService91 super(NOTIFICATION_ID); in ScriptingLayerService()160 getNotificationManager().notify(NOTIFICATION_ID, mNotification); in updateNotification()