Searched refs:featureName (Results 1 – 3 of 3) sorted by relevance
254 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()
104 String featureName = "Golden Gate Bridge"; in testAccessFeatureName() local105 address.setFeatureName(featureName); in testAccessFeatureName()106 assertEquals(featureName, address.getFeatureName()); in testAccessFeatureName()
98 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()