Searched refs:CTS_SERVICE_NAME (Results 1 – 5 of 5) sorted by relevance
90 private static final String CTS_SERVICE_NAME = CTS_PACKAGE_NAME + "/." field in CtsWearableSensingServiceDeviceTest232 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 …]
68 private static final String CTS_SERVICE_NAME = field in WearableSensingManagerTest488 assertThat(getWearableSensingServiceComponent()).isNotEqualTo(CTS_SERVICE_NAME); in bindToTestableWearableSensingService()489 setTestableWearableSensingService(CTS_SERVICE_NAME); in bindToTestableWearableSensingService()490 assertThat(CTS_SERVICE_NAME).contains(getWearableSensingServiceComponent()); in bindToTestableWearableSensingService()
66 private static final String CTS_SERVICE_NAME = CTS_PACKAGE_NAME + "/." field in CtsAmbientContextDetectionServiceDeviceTest168 assertThat(getAmbientContextDetectionServiceComponent()).isNotEqualTo(CTS_SERVICE_NAME); in bindToTestService()169 setTestableAmbientContextDetectionService(CTS_SERVICE_NAME); in bindToTestService()170 assertThat(CTS_SERVICE_NAME).contains(getAmbientContextDetectionServiceComponent()); in bindToTestService()
77 private static final String CTS_SERVICE_NAME = field in InlineLoginMixedCredentialActivityTest113 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()
97 private static final String CTS_SERVICE_NAME = field in CtsCredentialProviderServiceDeviceTest178 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()