Home
last modified time | relevance | path

Searched refs:notificationId (Results 1 – 3 of 3) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DServiceUtils.java49 public static void setForeground(Service service, Integer notificationId, in setForeground() argument
57 startForeground.invoke(service, new Object[] { notificationId, notification }); in setForeground()
75 manager.notify(notificationId, notification); in setForeground()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DAudioTestService.java60 int notificationId = 1400; in runAsForegroundService() local
71 startForeground(notificationId, notification); in runAsForegroundService()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java871 final int notificationId = NotificationIdFactory.create(); in notify() local
872 mNotificationManager.notify(notificationId, notification); in notify()