Home
last modified time | relevance | path

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

/test/vts/runners/target/vts_hal_hidl_target/
DVtsCoreUtil.cpp29 bool hasFeature = false; in checkSubstringInCommandOutput() local
42 hasFeature = true; in checkSubstringInCommandOutput()
52 feature, hasFeature ? "" : "not "); in checkSubstringInCommandOutput()
53 return hasFeature; in checkSubstringInCommandOutput()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DFeatureUtil.java41 return device.hasFeature(feature); in hasSystemFeature()
48 if (device.hasFeature(feature)) { in hasAnySystemFeature()
59 if (!device.hasFeature(feature)) { in hasAllSystemFeatures()