Home
last modified time | relevance | path

Searched refs:CTS_SERVICE_NAME (Results 1 – 5 of 5) sorted by relevance

/cts/tests/wearable/src/android/wearable/cts/
DCtsWearableSensingServiceDeviceTest.java90 private static final String CTS_SERVICE_NAME = CTS_PACKAGE_NAME + "/." field in CtsWearableSensingServiceDeviceTest
232 setTestableAmbientContextDetectionService(CTS_SERVICE_NAME); in startDetection_wearable_getsCall()
245 setTestableAmbientContextDetectionService(CTS_SERVICE_NAME); in startDetection_mixed_doesNotGetCall()
256 setTestableAmbientContextDetectionService(CTS_SERVICE_NAME); in stopDetection_wearable_getsCall()
269 setTestableAmbientContextDetectionService(CTS_SERVICE_NAME); in stopDetection_notWearable_doesNotGetCall()
283 setTestableAmbientContextDetectionService(CTS_SERVICE_NAME); in queryServiceStatus_available()
295 setTestableAmbientContextDetectionService(CTS_SERVICE_NAME); in queryDefaultServiceStatus_notCalled()
305 setTestableAmbientContextDetectionService(CTS_SERVICE_NAME); in queryMixedServiceStatus_notCalled()
492 assertThat(getWearableSensingServiceComponent()).isNotEqualTo(CTS_SERVICE_NAME); in bindToTestableWearableSensingService()
493 setTestableWearableSensingService(CTS_SERVICE_NAME); in bindToTestableWearableSensingService()
[all …]
DWearableSensingManagerTest.java68 private static final String CTS_SERVICE_NAME = field in WearableSensingManagerTest
488 assertThat(getWearableSensingServiceComponent()).isNotEqualTo(CTS_SERVICE_NAME); in bindToTestableWearableSensingService()
489 setTestableWearableSensingService(CTS_SERVICE_NAME); in bindToTestableWearableSensingService()
490 assertThat(CTS_SERVICE_NAME).contains(getWearableSensingServiceComponent()); in bindToTestableWearableSensingService()
/cts/tests/ambientcontext/src/android/ambientcontext/cts/
DCtsAmbientContextDetectionServiceDeviceTest.java66 private static final String CTS_SERVICE_NAME = CTS_PACKAGE_NAME + "/." field in CtsAmbientContextDetectionServiceDeviceTest
168 assertThat(getAmbientContextDetectionServiceComponent()).isNotEqualTo(CTS_SERVICE_NAME); in bindToTestService()
169 setTestableAmbientContextDetectionService(CTS_SERVICE_NAME); in bindToTestService()
170 assertThat(CTS_SERVICE_NAME).contains(getAmbientContextDetectionServiceComponent()); in bindToTestService()
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineLoginMixedCredentialActivityTest.java77 private static final String CTS_SERVICE_NAME = field in InlineLoginMixedCredentialActivityTest
113 Log.i(TAG, "Enabling service from scratch for " + CTS_SERVICE_NAME); in setUp()
445 assertThat(results).containsKey(CTS_SERVICE_NAME); in getCredentialProviderServices_returnsAllProviders()
446 CredentialProviderInfo cpi = results.get(CTS_SERVICE_NAME); in getCredentialProviderServices_returnsAllProviders()
492 setTestableCredentialProviderService(CTS_SERVICE_NAME); in bindToTestService()
493 assertTrue(isCredentialProviderServiceEnabled(CTS_SERVICE_NAME)); in bindToTestService()
/cts/tests/credentials/src/android/credentials/cts/
DCtsCredentialProviderServiceDeviceTest.java97 private static final String CTS_SERVICE_NAME = field in CtsCredentialProviderServiceDeviceTest
178 Log.i(TAG, "For all tests, enabling service from scratch for " + CTS_SERVICE_NAME); in setUpTest()
307 ComponentName.unflattenFromString(CTS_SERVICE_NAME)) in testGetPasswordCredentialRequest_validAllowedProviders_onErrorForEmptyResponse()
785 setTestableCredentialProviderService(CTS_SERVICE_NAME); in bindToTestService()
786 assertTrue(isCredentialProviderServiceEnabled(CTS_SERVICE_NAME)); in bindToTestService()