Home
last modified time | relevance | path

Searched refs:serviceComponent (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWaitForResultActivity.java101 public void startServiceToWaitForResult(@NonNull ComponentName serviceComponent) { in startServiceToWaitForResult() argument
119 .putExtra(SERVICE_COMPONENT_EXTRA, serviceComponent); in startServiceToWaitForResult()
/cts/tests/ondeviceintelligence/src/android/ondeviceintelligence/cts/
DOnDeviceIntelligenceServiceTest.java94 ComponentName serviceComponent = ComponentName.unflattenFromString( in validateSandboxedService() local
98 serviceComponent, in validateSandboxedService()
/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java744 ComponentName serviceComponent = new ComponentName(servicePackage, in testOther() local
746 intent.setComponent(serviceComponent); in testOther()
754 awaitForLatch(latch, "service %s to bind", serviceComponent.flattenToShortString()); in testOther()