Home
last modified time | relevance | path

Searched refs:NOTIFICATION_ID (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/test/cts/producer/src/android/perfetto/producer/
DProducerIsolatedService.java25 private static final int NOTIFICATION_ID = 123; field in ProducerIsolatedService
34 startForeground(NOTIFICATION_ID, builder.build()); in onCreate()
DProducerService.java25 private static final int NOTIFICATION_ID = 456; field in ProducerService
33 startForeground(NOTIFICATION_ID, builder.build()); in onCreate()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DAudioTestService.java40 private static final int NOTIFICATION_ID = 1400; field in AudioTestService
88 startForeground(NOTIFICATION_ID, notification); in runAsForegroundService()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DTriggerService.java60 private static final int NOTIFICATION_ID = NotificationIdFactory.create(); field in TriggerService
75 super(NOTIFICATION_ID); in TriggerService()
DScriptingLayerService.java59 private static final int NOTIFICATION_ID = NotificationIdFactory.create(); field in ScriptingLayerService
91 super(NOTIFICATION_ID); in ScriptingLayerService()
160 getNotificationManager().notify(NOTIFICATION_ID, mNotification); in updateNotification()