Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DFeatureUtil.java39 public static boolean hasSystemFeature(ITestDevice device, String feature) in hasSystemFeature() method in FeatureUtil
84 return hasSystemFeature(device, WATCH_FEATURE); in isWatch()
89 return hasSystemFeature(device, AUTOMOTIVE_FEATURE); in isAutomotive()
98 hasSystemFeature(device, LOW_RAM_FEATURE); in isLowRam()
103 return hasSystemFeature(device, TELEPHONY_FEATURE); in hasTelephony()
108 return hasSystemFeature(device, FEATURE_MICROPHONE); in hasMicrophone()