Home
last modified time | relevance | path

Searched refs:startId (Results 1 – 25 of 54) sorted by relevance

123

/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DNormalService.java35 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
52 stopSelf(startId); in onStartCommand()
54 return super.onStartCommand(intent, flags, startId); in onStartCommand()
DExposedService.java52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
69 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/cts/tests/app/app/src/android/app/stubs/
DMockService.java60 public void onStart(Intent intent, int startId) { in onStart() argument
61 super.onStart(intent, startId); in onStart()
64 stopSelf(startId); in onStart()
DIntentServiceStub.java107 public void onStart(Intent intent, int startId) { in onStart() argument
111 super.onStart(intent, startId); in onStart()
DLocalForegroundService.java59 public void onStart(Intent intent, int startId) { in onStart() argument
107 super.onStart(intent, startId); in onStart()
DLocalService.java112 public void onStart(Intent intent, int startId) { in onStart() argument
113 mStartId = startId; in onStart()
/cts/tests/tests/content/src/android/content/cts/
DMockService.java47 public void onStart(Intent intent, int startId) { in onStart() argument
48 super.onStart(intent, startId); in onStart()
DMockContextService.java69 public void onStart(Intent intent, int startId) { in onStart() argument
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DSomeService.java39 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
47 stopSelf(startId); in onStartCommand()
DEphemeralService.java52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
61 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/cts/tests/tests/media/src/android/media/cts/
DLocalMediaProjectionService.java46 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
48 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DReceiveUriService.java39 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
41 sCurStartId = startId; in onStartCommand()
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DLocalMediaProjectionService.java46 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
48 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleService.java60 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
79 return super.onStartCommand(intent, flags, startId); in onStartCommand()
DSimpleService3.java65 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
92 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DStatsdCtsForegroundService.java97 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
106 msg.arg1 = startId; in onStartCommand()
/cts/hostsidetests/dumpsys/apps/storagedapp/src/com/android/server/cts/storaged/
DSimpleIOService.java111 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
113 msg.arg1 = startId; in onStartCommand()
/cts/hostsidetests/media/app/MediaSessionTestHelper/src/android/media/app/media_session_test_helper/
DMediaSessionTestHelperService.java68 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
69 super.onStartCommand(intent, flags, startId); in onStartCommand()
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DSimpleForegroundService.java93 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
102 msg.arg1 = startId; in onStartCommand()
/cts/libs/midi/src/com/android/midi/
DMidiEchoTestService.java128 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
132 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/cts/tests/tests/location/src/android/location/cts/
DLocationTest.java663 public void callOnStart(Intent intent, int startId) { in callOnStart() argument
664 super.onStart(intent, startId); in callOnStart()
667 public int callOnStartCommand(Intent intent, int flags, int startId) { in callOnStartCommand() argument
668 return super.onStartCommand(intent, flags, startId); in callOnStartCommand()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DTestService.java30 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DAssistantVoiceInteractionService.java43 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
DMainInteractionService.java39 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
DTestService.java41 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument

123