Home | History | Annotate | Download | only in shadows

Lines Matching defs:feature

1239     FeatureInfo feature = new FeatureInfo();
1240 feature.reqGlEsVersion = 0x20000;
1241 feature.flags = FeatureInfo.FLAG_REQUIRED;
1242 shadowPackageManager.addSystemAvailableFeature(feature);
1244 assertThat(packageManager.getSystemAvailableFeatures()).contains(feature);