Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 24 of 24) sorted by relevance

/cts/tests/tests/security/native/
Dutils.cpp22 bool deviceSupportsFeature(const char *feature) { in deviceSupportsFeature()
/cts/tests/tests/os/src/android/os/cts/
DCpuFeaturesTest.java89 String feature) { in assertInCpuinfo()
95 String feature) { in assertNotInCpuinfo()
/cts/tests/app/src/android/app/cts/
DSystemFeaturesTest.java443 String feature = (String) field.get(null); in getFeatureConstantsNames() local
623 private void assertAvailable(String feature) { in assertAvailable()
630 private void assertNotAvailable(String feature) { in assertNotAvailable()
650 private void assertFeature(boolean exist, String feature) { in assertFeature()
/cts/tests/tests/tv/src/android/tv/settings/cts/
DUtils.java25 public static boolean hasFeature(Context context, String feature) { in hasFeature()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DRequiredFeatureRule.java36 public RequiredFeatureRule(BaseHostJUnit4Test test, String feature) { in RequiredFeatureRule()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DRequiredFeatureRule.java42 public RequiredFeatureRule(String feature) { in RequiredFeatureRule()
DFeatureUtil.java46 public static boolean hasSystemFeature(String feature) { in hasSystemFeature()
/cts/hostsidetests/adbmanager/src/android/adbmanager/cts/
DAdbManagerHostDeviceTest.java36 private boolean hasFeature(String feature) throws Exception { in hasFeature()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DISensorTestStateContainer.java78 boolean hasSystemFeature(String feature); in hasSystemFeature()
DBaseSensorTestActivity.java396 public boolean hasSystemFeature(String feature) { in hasSystemFeature()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DFeatureDeviceInfo.java88 String feature = (String) field.get(null); in getPackageManagerFeatures() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
DFeatureSummaryActivity.java87 Feature feature = (Feature) o; in equals() local
/cts/hostsidetests/backup/src/android/cts/backup/
DBaseBackupHostSideTest.java182 RequiredFeatureRule(ITestInformationReceiver receiver, String feature) { in RequiredFeatureRule()
/cts/tests/tests/nativemedia/aaudio/jni/
Dutils.cpp58 bool deviceSupportsFeature(const char* feature) { in deviceSupportsFeature()
/cts/hostsidetests/tv/src/com/android/cts/tv/
DTvInputManagerServiceHostTest.java246 public RequiredFeatureRule(BaseHostJUnit4Test test, String feature) { in RequiredFeatureRule()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java395 private boolean hasFeature(String feature) { in hasFeature()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java311 String feature = (String) field.get(null); in getPackageManagerFeatures() local
/cts/hostsidetests/car/src/android/car/cts/
DCarHostJUnit4TestCase.java482 RequiredFeatureRule(ITestInformationReceiver receiver, String feature) { in RequiredFeatureRule()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java244 public static boolean hasFeature(ITestDevice device, String feature) throws Exception { in hasFeature()
/cts/tests/tests/media/src/android/media/cts/
DSystemMediaRouter2Test.java981 private Map<String, MediaRoute2Info> waitAndGetRoutes(String feature) throws Exception { in waitAndGetRoutes()
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto221 repeated Feature feature = 15; field
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java708 private void assumeHasDeviceFeature(String feature) throws DeviceNotAvailableException { in assumeHasDeviceFeature()
712 private void assumeDoesNotHaveDeviceFeature(String feature) throws DeviceNotAvailableException { in assumeDoesNotHaveDeviceFeature()
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
DMediaStorageTest.java895 private boolean hasFeature(String feature) { in hasFeature()
/cts/tests/media/src/android/mediav2/cts/
DCodecTestBase.java623 static boolean isFeatureSupported(String name, String mime, String feature) throws IOException { in isFeatureSupported()