Home
last modified time | relevance | path

Searched defs:hasFeature (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/tv/src/android/tv/settings/cts/
DUtils.java25 public static boolean hasFeature(Context context, String feature) { in hasFeature() method in Utils
/cts/hostsidetests/harmfulappwarning/src/android/harmfulappwarning/cts/
DHarmfulAppWarningTest.java164 protected boolean hasFeature(String featureName) throws DeviceNotAvailableException { in hasFeature() method in HarmfulAppWarningTest
/cts/tests/tests/nativemedia/aaudio/jni/
Dutils.cpp59 bool hasFeature = false; in deviceSupportsFeature() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAdoptableHostTest.java332 private boolean hasFeature() throws Exception { in hasFeature() method in AdoptableHostTest
/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java653 private boolean hasFeature(String featureName, boolean requiredAnswer) throws Exception { in hasFeature() method in BatteryStatsValidationTest
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DAtomTestCase.java932 protected boolean hasFeature(String featureName, boolean requiredAnswer) throws Exception { in hasFeature() method in AtomTestCase