Home
last modified time | relevance | path

Searched defs:startId (Results 1 – 12 of 12) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DServiceControllerTest.java119 public int startId; field in ServiceControllerTest.MyService
153 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/external/perfetto/test/cts/producer/src/android/perfetto/producer/
DProducerService.java50 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
DProducerIsolatedService.java51 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DScriptingLayerService.java160 private void startAction(Intent intent, int flags, int startId) { in startAction()
217 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
DTriggerService.java100 public void onStart(Intent intent, int startId) { in onStart()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
DServiceController.java63 public ServiceController<T> startCommand(int flags, int startId) { in startCommand()
DIntentServiceController.java64 public IntentServiceController<T> startCommand(final int flags, final int startId) { in startCommand()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DAudioTestService.java48 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
DExecService.java62 public int onStartCommand (Intent intent, int flags, int startId) { in onStartCommand()
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DPersistService.java80 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
DEABService.java304 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DRcsService.java161 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()