OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertFeature
(Results
1 - 3
of
3
) sorted by null
/packages/services/Car/car-lib/src/com/android/car/internal/
FeatureUtil.java
24
public static void
assertFeature
(boolean featureFlag) {
/cts/tests/app/src/android/app/cts/
SystemFeaturesTest.java
183
assertFeature
(fullCamera, PackageManager.FEATURE_CAMERA_LEVEL_FULL);
184
assertFeature
(manualSensor, PackageManager.FEATURE_CAMERA_CAPABILITY_MANUAL_SENSOR);
185
assertFeature
(manualPostProcessing,
187
assertFeature
(raw, PackageManager.FEATURE_CAMERA_CAPABILITY_RAW);
188
assertFeature
(motionTracking, PackageManager.FEATURE_CAMERA_AR);
546
private void
assertFeature
(boolean exist, String feature) {
/libcore/luni/src/test/java/libcore/xml/
DomTest.java
518
assertFeature
("Core", null);
519
assertFeature
("Core", "");
520
assertFeature
("Core", "1.0");
521
assertFeature
("Core", "2.0");
522
assertFeature
("Core", "3.0");
523
assertFeature
("CORE", "3.0");
524
assertFeature
("+Core", "3.0");
529
assertFeature
("XML", null);
530
assertFeature
("XML", "");
531
assertFeature
("XML", "1.0")
[
all
...]
Completed in 458 milliseconds