Home
last modified time | relevance | path

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

/cts/tests/tests/telephony2/src/android/telephony2/cts/
DTelephonyManagerReadPhoneStatePermissionTest.java284 private boolean hasSystemFeature(String feature) { in hasSystemFeature() method in TelephonyManagerReadPhoneStatePermissionTest
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DISensorTestStateContainer.java78 boolean hasSystemFeature(String feature); in hasSystemFeature() method
DBaseSensorTestActivity.java376 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