Home
last modified time | relevance | path

Searched refs:startService (Results 1 – 25 of 79) sorted by relevance

1234

/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java307 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService() method in ActivityManagerAppExitInfoTest
309 startService(commandCode, serviceName, waitForGone, true, other, false, null); in startService()
312 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService() method in ActivityManagerAppExitInfoTest
374 startService(ACTION_EXIT, STUB_SERVICE_NAME, true, false); in testExitCode()
448 startService(ACTION_FINISH, STUB_SERVICE_NAME, false, false); in testLmkdKill()
498 startService(ACTION_KILL, STUB_SERVICE_NAME, true, false); in testKillBySignal()
536 startService(ACTION_ANR, STUB_SERVICE_NAME, false, false); in testAnr()
703 startService(ACTION_FINISH, STUB_SERVICE_NAME, false, false); in testPermissionChange()
753 startService(ACTION_FINISH, STUB_SERVICE_NAME, false, false); in testPermissionChangeWithReason()
802 startService(ACTION_NONE, STUB_SERVICE_NAME, false, false); in testCrash()
[all …]
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DVpnClient.java46 startService(stopServiceIntent); in onCreate()
55 startService(new Intent(this, ReflectorVpnService.class)); in onActivityResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleAdvertiserHardwareScanFilterActivity.java52 startService(intent); in onCreate()
70 startService(intent); in onCreate()
121 startService(intent); in stopAdvertising()
DBleAdvertiserPowerLevelActivity.java51 startService(intent); in onCreate()
91 startService(intent); in stopAdvertising()
DBleInsecureConnectionPriorityClientTestActivity.java29 startService(intent); in onCreate()
DBleCocInsecureServerStartActivity.java30 startService(mIntent); in onCreate()
DBleCocSecureServerStartActivity.java30 startService(mIntent); in onCreate()
DBleInsecureEncryptedClientTestActivity.java30 startService(mIntent); in onCreate()
DBleSecureServerStartActivity.java30 startService(mIntent); in onCreate()
DBleInsecureServerStartActivity.java30 startService(mIntent); in onCreate()
DBleSecureEncryptedServerTestActivity.java30 startService(mIntent); in onCreate()
DBleCocInsecureClientStartActivity.java36 startService(mIntent); in onCreate()
DBleCocSecureClientStartActivity.java36 startService(mIntent); in onCreate()
DBleInsecureClientStartActivity.java36 startService(mIntent); in onCreate()
DBleSecureConnectionPriorityClientTestActivity.java31 startService(mIntent); in onCreate()
DBleSecureEncryptedClientTestActivity.java31 startService(mIntent); in onCreate()
DBleSecureClientStartActivity.java37 startService(mIntent); in onCreate()
/cts/tests/app/src/android/app/cts/
DIntentServiceTest.java60 mContext.startService(addIntent); in testIntents()
88 mContext.startService(mIntent); in testIntentServiceLifeCycle()
/cts/hostsidetests/dumpsys/apps/ProcStatsTestApp/src/com/android/server/cts/procstats/
DProcStatsTest.java62 InstrumentationRegistry.getContext().startService( in testLaunchApp()
75 InstrumentationRegistry.getContext().startService( in testLaunchApp()
/cts/tests/tests/permission3/UsePermissionApp22CalendarOnly/src/android/permission3/cts/usepermission/
DStartCheckPermissionServiceActivity.kt28 startService(Intent(this, CheckPermissionService::class.java).putExtras(intent)) in onCreate()
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleReceiverStartService.java29 context.startService(serviceIntent); in onReceive()
/cts/apps/ForceStopHelperApp/src/com/android/cts/forcestophelper/
DRecentTaskActivity.java42 startService(serviceIntent); in onCreate()
/cts/tests/tests/assist/service/src/android/assist/service/
DDisableContextActivity.java39 startService(intent); in onStart()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DVoiceInteractionMain.java39 ComponentName serviceName = startService(intent); in onCreate()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DDataSharingServiceTest.java145 getApplicationContext().startService( in testDataSharingSessionError_senderWasKilledBeforeWrite()
160 getApplicationContext().startService( in testDataSharingSessionError_senderWasKilledDuringWrite()

1234