Home
last modified time | relevance | path

Searched defs:hasSystemFeature (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DISensorTestStateContainer.java78 boolean hasSystemFeature(String feature); in hasSystemFeature() method
DBaseSensorTestActivity.java396 public boolean hasSystemFeature(String feature) { in hasSystemFeature() method in BaseSensorTestActivity
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DFeatureUtil.java46 public static boolean hasSystemFeature(String feature) { in hasSystemFeature() method in FeatureUtil