Home
last modified time | relevance | path

Searched defs:hasFeature (Results 1 – 19 of 19) 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.java37 private boolean hasFeature(String feature) throws Exception { in hasFeature() method in AdbManagerHostDeviceTest
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0965/src/android/security/cts/CVE_2021_0965/
DDeviceTest.java74 private boolean hasFeature(String feature) { in hasFeature() method in DeviceTest
/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/securitybulletin/test-apps/CVE-2021-0954/src/android/security/cts/CVE_2021_0954/
DDeviceTest.java50 private boolean hasFeature(String feature) { in hasFeature() method in DeviceTest
/cts/hostsidetests/harmfulappwarning/src/android/harmfulappwarning/cts/
DHarmfulAppWarningTest.java173 protected boolean hasFeature(String featureName) throws DeviceNotAvailableException { in hasFeature() method in HarmfulAppWarningTest
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/accounts/
DAccountReference.java165 public boolean hasFeature(String feature) { in hasFeature() method in AccountReference
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAdoptableHostTest.java411 private boolean hasFeature() throws Exception { in hasFeature() method in AdoptableHostTest
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java422 private boolean hasFeature(String feature) { in hasFeature() method in StorageTest
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DMmTelFeatureTestOnMockModem.java699 private static boolean hasFeature(String feature) { in hasFeature() method in MmTelFeatureTestOnMockModem
DImsCallingBase.java578 protected static boolean hasFeature(String feature) { in hasFeature() method in ImsCallingBase
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionCallingBase.java303 protected static boolean hasFeature(String feature) { in hasFeature() method in DomainSelectionCallingBase
DTelephonyManagerTest.java711 private boolean hasFeature(String feature) { in hasFeature() method in TelephonyManagerTest
/cts/tests/tests/nativemedia/aaudio/jni/
Dutils.cpp66 bool hasFeature = false; in deviceSupportsFeature() local
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVisualQueryDetectionServiceBasicTest.java869 private boolean hasFeature(String feature) { in hasFeature() method in VisualQueryDetectionServiceBasicTest
/cts/hostsidetests/appcompat/strictjavapackages/src/android/compat/sjp/cts/
DStrictJavaPackagesTest.java1303 private boolean hasFeature(String featureName) throws DeviceNotAvailableException { in hasFeature() method in StrictJavaPackagesTest
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java309 public static boolean hasFeature(ITestDevice device, String feature) throws Exception { in hasFeature() method in DeviceUtils
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java1787 private boolean hasFeature(String feature) { in hasFeature() method in CarrierApiTest
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1181 private static boolean hasFeature(PackageManager packageManager, String feature) { in hasFeature() method in TestUtils