Searched refs:onStartCommand (Results 1 - 16 of 16) sorted by relevance

/external/perfetto/test/cts/producer/src/android/perfetto/producer/
H A DProducerIsolatedService.java51 public int onStartCommand(Intent intent, int flags, int startId) { method in class:ProducerIsolatedService
H A DProducerService.java50 public int onStartCommand(Intent intent, int flags, int startId) { method in class:ProducerService
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
H A DAudioTestService.java48 public int onStartCommand(Intent intent, int flags, int startId) { method in class:AudioTestService
49 log("Service onStartCommand: " + startId);
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
H A DExecService.java62 public int onStartCommand (Intent intent, int flags, int startId) { method in class:ExecService
/external/ims/rcs/rcsservice/src/com/android/service/ims/
H A DRcsService.java161 public int onStartCommand(Intent intent, int flags, int startId) { method in class:RcsService
162 logger.debug("RcsService onStartCommand");
164 return super.onStartCommand(intent, flags, startId);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
H A DScriptingLayerService.java217 public int onStartCommand(Intent intent, int flags, int startId) { method in class:ScriptingLayerService
218 super.onStartCommand(intent, flags, startId);
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DPersistService.java80 public int onStartCommand(Intent intent, int flags, int startId) { method in class:PersistService
H A DEABService.java304 public int onStartCommand(Intent intent, int flags, int startId) { method in class:EABService
310 logger.debug("Enter : onStartCommand for intent : " + intent.getAction());
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
H A DServiceControllerTest.java107 assertThat(transcript).contains("finishedOnStartCommand", "onStartCommand");
153 public int onStartCommand(Intent intent, int flags, int startId) { method in class:ServiceControllerTest.MyService
157 transcribeWhilePaused("onStartCommand");
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 155 milliseconds