Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
DFeatureSummaryActivity.java50 static class Feature { class in FeatureSummaryActivity
74 public Feature(String name, boolean required) { in Feature() method in FeatureSummaryActivity.Feature
84 } else if (o == null || !(o instanceof Feature)) { in equals()
87 Feature feature = (Feature) o; in equals()
98 public static final Feature[] ALL_ECLAIR_FEATURES = {
99 new Feature(PackageManager.FEATURE_CAMERA, true),
100 new Feature(PackageManager.FEATURE_CAMERA_AUTOFOCUS, false),
101 new Feature(PackageManager.FEATURE_CAMERA_FLASH, false),
102 new Feature(PackageManager.FEATURE_LIVE_WALLPAPER, false),
103 new Feature(PackageManager.FEATURE_SENSOR_LIGHT, false),
[all …]
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto209 message Feature { message
215 repeated Feature feature = 15;
/cts/tests/libcore/javautilcollections/libs/
Dguava-testlib-20.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...