Home
last modified time | relevance | path

Searched defs:hasFeature (Results 1 – 11 of 11) 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/adbmanager/src/android/adbmanager/cts/
DAdbManagerHostDeviceTest.java36 private boolean hasFeature(String feature) throws Exception { in hasFeature() method in AdbManagerHostDeviceTest
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/util/
DUtils.java44 public static boolean hasFeature(String featureName) { 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.java404 private boolean hasFeature() throws Exception { in hasFeature() method in AdoptableHostTest
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java395 private boolean hasFeature(String feature) { in hasFeature() method in StorageTest
/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java414 private boolean hasFeature(String featureName, boolean requiredAnswer) throws Exception { in hasFeature() method in BatteryStatsValidationTest
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java244 public static boolean hasFeature(ITestDevice device, String feature) throws Exception { in hasFeature() method in DeviceUtils
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DAtomTestCase.java927 protected boolean hasFeature(String featureName, boolean requiredAnswer) throws Exception { in hasFeature() method in AtomTestCase
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
DMediaStorageTest.java895 private boolean hasFeature(String feature) { in hasFeature() method in MediaStorageTest