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.java343 public boolean hasSystemFeature(String feature) { in hasSystemFeature() method in BaseSensorTestActivity
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DDirectBootHostTest.java239 private boolean hasSystemFeature(final String feature) throws Exception { in hasSystemFeature() method in DirectBootHostTest