Home
last modified time | relevance | path

Searched refs:notificationId (Results 1 – 2 of 2) 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/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()