Home
last modified time | relevance | path

Searched defs:startForeground (Results 1 – 3 of 3) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DServiceUtils.java52 Method startForeground = null; in setForeground() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowServiceTest.java74 public void startForeground() { in startForeground() method in ShadowServiceTest
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowService.java49 protected final void startForeground(int id, Notification notification) { in startForeground() method in ShadowService