Home
last modified time | relevance | path

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

12345

/cts/hostsidetests/appsecurity/test-apps/rro/OverlayTarget/src/com/android/cts/overlay/target/
DOverlayTargetActivity.java83 final boolean startService = intent.getBooleanExtra(EXTRA_START_SERVICE, false); in startServiceIfNecessary()
84 if (!startService) { in startServiceIfNecessary()
88 startService(serviceIntent); in startServiceIfNecessary()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCarrierServiceTest.java67 startService(intent); in notifyCarrierNetworkChangeWithoutCarrierPrivileges()
78 startService(intent); in notifyCarrierNetworkChangeWithCarrierPrivileges()
105 startService(intent); in notifyCarrierNetworkChangeForSubIdWithoutCarrierPrivileges()
118 startService(intent); in notifyCarrierNetworkChangeForSubIdWithCarrierPrivileges()
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DVpnClient.java46 startService(stopServiceIntent); in onCreate()
55 startService(new Intent(this, ReflectorVpnService.class)); in onActivityResult()
/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/premade/
DEventLibServiceTest.java51 sContext.startService(intent); in launchEventLibService_logsServiceCreatedEvent()
64 sContext.startService(intent); in launchEventLibService_withGeneratedServiceClass_logsServiceCreatedEventWithCorrectClassName()
/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.java52 startService(intent); in onCreate()
92 startService(intent); in stopAdvertising()
DBleInsecureConnectionPriorityClientTestActivity.java29 startService(intent); in onCreate()
DBleInsecureServerStartActivity.java30 startService(mIntent); in onCreate()
DBleCocInsecureServerStartActivity.java30 startService(mIntent); in onCreate()
DBleSecureEncryptedServerTestActivity.java30 startService(mIntent); in onCreate()
DBleCocSecureServerStartActivity.java30 startService(mIntent); in onCreate()
DBleSecureServerStartActivity.java30 startService(mIntent); in onCreate()
DBleInsecureEncryptedClientTestActivity.java30 startService(mIntent); in onCreate()
DBleSecureConnectionPriorityClientTestActivity.java31 startService(mIntent); in onCreate()
DBleCocSecureClientStartActivity.java36 startService(mIntent); in onCreate()
DBleCocInsecureClientStartActivity.java36 startService(mIntent); in onCreate()
DBleInsecureClientStartActivity.java36 startService(mIntent); in onCreate()
DBleSecureEncryptedClientTestActivity.java31 startService(mIntent); in onCreate()
DBleSecureClientStartActivity.java37 startService(mIntent); in onCreate()
/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java411 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService() method in ActivityManagerAppExitInfoTest
413 startService(commandCode, serviceName, waitForGone, true, other, false, null); in startService()
416 private void startService(int commandCode, String serviceName, boolean waitForGone, in startService() method in ActivityManagerAppExitInfoTest
481 startService(ACTION_EXIT, STUB_SERVICE_NAME, true, false); in testExitCode()
556 startService(ACTION_FINISH, STUB_SERVICE_NAME, false, false); in testLmkdKill()
607 startService(ACTION_KILL, STUB_SERVICE_NAME, true, false); in testKillBySignal()
647 startService(ACTION_ANR, STUB_SERVICE_NAME, false, false); in testAnr()
819 startService(ACTION_FINISH, STUB_SERVICE_NAME, false, false); in testPermissionChange()
879 startService(ACTION_FINISH, STUB_SERVICE_NAME, false, false); in testPermissionChangeWithReason()
938 startService(ACTION_NONE, STUB_SERVICE_NAME, false, false); in testCrash()
[all …]
/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/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/hostsidetests/securitybulletin/test-apps/CVE-2021-0586/src/android/security/cts/CVE_2021_0586/
DPocActivity.java29 startService(intent); in startOverlayService()

12345