Home
last modified time | relevance | path

Searched refs:hasSystemFeature (Results 1 – 3 of 3) 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()
/test/vts/tests/gpu_test/src/com/android/gpu/vts/
DUtil.java41 && !FeatureUtil.hasSystemFeature(device, FEATURE_PC); in isHandheld()
/test/cts-root/tests/bluetooth/src/android/bluetooth/cts_root/
DBluetoothCddRootTest.java108 Assume.assumeTrue(mContext.getPackageManager().hasSystemFeature( in test_C_1_1_VrHighPerformance()