Searched refs:Feature (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/ |
D | FeatureSummaryActivity.java | 50 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/ |
D | cts_report.proto | 215 message Feature { message 221 repeated Feature feature = 15;
|