/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/ |
D | NormalService.java | 35 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()
|
D | ExposedService.java | 52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 69 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | MockService.java | 47 public void onStart(Intent intent, int startId) { in onStart() argument 48 super.onStart(intent, startId); in onStart()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | LocalForegroundServiceSticky.java | 49 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 56 super.onStartCommand(intent, flags, startId); in onStartCommand()
|
D | MockService.java | 60 public void onStart(Intent intent, int startId) { in onStart() argument 61 super.onStart(intent, startId); in onStart() 64 stopSelf(startId); in onStart()
|
D | IntentServiceStub.java | 107 public void onStart(Intent intent, int startId) { in onStart() argument 111 super.onStart(intent, startId); in onStart()
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/ |
D | EphemeralService.java | 52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 61 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/cts/tests/tests/appop/AppThatCanBeForcedIntoForegroundStates/src/android/app/appops/cts/appthatcanbeforcedintoforegroundstates/ |
D | AppOpsForegroundControlForegroundService.kt | 57 override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int { in onStartCommand() 69 return super.onStartCommand(intent, flags, startId) in onStartCommand()
|
D | AppOpsForegroundControlLocationForegroundService.kt | 58 override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int { in onStartCommand() 71 return super.onStartCommand(intent, flags, startId) in onStartCommand()
|
/cts/tests/tests/permission/AppThatRequestOneTimePermission/src/android/permission/cts/appthatrequestpermission/ |
D | KeepAliveForegroundService.java | 47 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 70 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/cts/tests/tests/appop/AppForDiscreteTest/src/android/app/appops/cts/appfordiscretetest/ |
D | AppOpsForegroundControlLocationForegroundService.kt | 58 override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int { in onStartCommand() 71 return super.onStartCommand(intent, flags, startId) in onStartCommand()
|
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/ |
D | LocalMediaProjectionService.java | 46 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/ |
D | ReceiveUriService.java | 39 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 41 sCurStartId = startId; in onStartCommand()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | LocalMediaProjectionService.java | 46 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/ |
D | SimpleService.java | 61 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 85 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
D | SimpleService3.java | 65 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 92 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/cts/hostsidetests/securitybulletin/test-apps/BUG-183613671/src/android/security/cts/BUG_183613671/ |
D | OverlayService.java | 67 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 70 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/ |
D | SimpleForegroundService.java | 93 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 102 msg.arg1 = startId; in onStartCommand()
|
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/ |
D | StatsdCtsForegroundService.java | 97 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 106 msg.arg1 = startId; in onStartCommand()
|
D | IsolatedProcessService.java | 28 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
|
/cts/hostsidetests/dumpsys/apps/storagedapp/src/com/android/server/cts/storaged/ |
D | SimpleIOService.java | 111 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 113 msg.arg1 = startId; in onStartCommand()
|
/cts/hostsidetests/securitybulletin/test-apps/BUG-183963253/src/android/security/cts/BUG_183963253/ |
D | OverlayService.java | 67 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 70 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/cts/hostsidetests/media/app/MediaSessionTestHelper/src/android/media/app/media_session_test_helper/ |
D | MediaSessionTestHelperService.java | 64 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 65 super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0586/src/android/security/cts/CVE_2021_0586/ |
D | PocService.java | 71 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 73 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/cts/libs/midi/src/com/android/midi/ |
D | MidiEchoTestService.java | 128 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 132 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|