Home
last modified time | relevance | path

Searched refs:startForeground (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DServiceUtils.java52 Method startForeground = null; in setForeground() local
54 startForeground = service.getClass().getMethod("startForeground", startForegroundSignature); in setForeground()
57 startForeground.invoke(service, new Object[] { notificationId, notification }); in setForeground()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DAudioTestService.java71 startForeground(notificationId, notification); in runAsForegroundService()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowService.java58 public final void startForeground(int id, Notification notification) { in startForeground() method in ShadowService
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
DExecService.java91 startForeground(1, notification); in onStartCommand()