Home
last modified time | relevance | path

Searched refs:FEATURE_CONNECTION_SERVICE (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
DNumberBlockingTest.java49 private static final String FEATURE_CONNECTION_SERVICE = "android.software.connectionservice"; field in NumberBlockingTest
64 && getDevice().hasFeature(FEATURE_CONNECTION_SERVICE); in setUp()
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java71 pm.hasSystemFeature(PackageManager.FEATURE_CONNECTION_SERVICE); in shouldTestTelecom()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileTest.java68 private static final String FEATURE_CONNECTION_SERVICE = "android.software.connectionservice"; field in ManagedProfileTest
781 return hasDeviceFeature(FEATURE_TELEPHONY) && hasDeviceFeature(FEATURE_CONNECTION_SERVICE); in shouldRunTelecomTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
DFeatureSummaryActivity.java211 new Feature(PackageManager.FEATURE_CONNECTION_SERVICE, false),