/cts/tests/app/app/src/android/app/stubs/ |
D | LocalForegroundServiceSticky.java | 49 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in LocalForegroundServiceSticky 56 super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/cts/tests/location/location_fine/src/android/location/cts/fine/ |
D | SettingInjectorServiceTest.java | 73 service.onStartCommand(intent, 0, 0); in testSettingInjectorService() 79 service.onStartCommand(intent, 0, 0); in testSettingInjectorService() 85 service.onStartCommand(intent, 0, 0); in testSettingInjectorService() 100 service.onStartCommand(intent, 0, 0); in testSettingInjectorService_Exception() 122 service.onStartCommand(new Intent(), 0, 0); in testSettingInjectorService_EmptyIntent()
|
/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() method in NormalService 54 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
D | ExposedService.java | 52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ExposedService 69 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/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() method in EphemeralService 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() method in android.app.appops.cts.appthatcanbeforcedintoforegroundstates.AppOpsForegroundControlForegroundService 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() method in android.app.appops.cts.appthatcanbeforcedintoforegroundstates.AppOpsForegroundControlLocationForegroundService 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() method in KeepAliveForegroundService 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() method in android.app.appops.cts.appfordiscretetest.AppOpsForegroundControlLocationForegroundService 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() method in LocalMediaProjectionService 48 return super.onStartCommand(intent, flags, 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() method in LocalMediaProjectionService 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() method in SimpleService 85 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
D | SimpleService3.java | 65 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in SimpleService3 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() method in OverlayService 70 return super.onStartCommand(intent, flags, 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() method in OverlayService 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() method in MediaSessionTestHelperService 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() method in PocService 73 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/ |
D | IsolatedProcessService.java | 28 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in IsolatedProcessService
|
/cts/libs/midi/src/com/android/midi/ |
D | MidiEchoTestService.java | 128 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in MidiEchoTestService 132 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0523/src/android/security/cts/CVE_2021_0523/ |
D | PocService.java | 71 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in PocService 73 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/cts/hostsidetests/os/app/src/android/os/app/ |
D | TestFgService.java | 39 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in TestFgService
|
/cts/tests/app/ActivityManagerApi29Test/src/android/app/cts/ |
D | LocationForegroundService.java | 34 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in LocationForegroundService
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | TestService.java | 30 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in TestService
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | AssistantVoiceInteractionService.java | 43 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in AssistantVoiceInteractionService
|
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/ |
D | MainInteractionService.java | 39 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in MainInteractionService
|