Home
last modified time | relevance | path

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

/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java254 for (String featureName : getPackageManagerFeatures()) { in getFeatures()
255 checkedFeatures.add(featureName); in getFeatures()
256 boolean hasFeature = packageManager.hasSystemFeature(featureName); in getFeatures()
257 addFeature(features, featureName, "sdk", hasFeature); in getFeatures()
/cts/tests/tests/location/src/android/location/cts/
DAddressTest.java104 String featureName = "Golden Gate Bridge"; in testAccessFeatureName() local
105 address.setFeatureName(featureName); in testAccessFeatureName()
106 assertEquals(featureName, address.getFeatureName()); in testAccessFeatureName()
/cts/tests/tests/app/src/android/app/cts/
DSystemFeaturesTest.java98 for (String featureName : notOfficialFeatures) { in testFeatureNamespaces()
99 if (featureName != null) { in testFeatureNamespaces()
100 assertFalse("Use a different namespace than 'android' for " + featureName, in testFeatureNamespaces()
101 featureName.startsWith("android")); in testFeatureNamespaces()