Home
last modified time | relevance | path

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

/tools/asuite/atest/
Dbazel_mode.py1837 def _get_feature_config_or_warn(self, feature, env_var_name): argument
1865 def _get_remote_args(self, feature): argument
1873 def _get_remote_avd_args(self, feature): argument
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java438 public boolean supportsFeature(Feature feature) { in supportsFeature()
DITestDevice.java982 public boolean hasFeature(String feature) throws DeviceNotAvailableException; in hasFeature()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java966 public boolean hasDeviceFeature(String feature) throws DeviceNotAvailableException { in hasDeviceFeature()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java2204 public boolean hasFeature(String feature) throws DeviceNotAvailableException { in hasFeature()
2518 private void checkApiLevelAgainstNextRelease(String feature, int strictMinLevel) in checkApiLevelAgainstNextRelease()
2826 private boolean isVirtFeatureEnabled(String feature) throws DeviceNotAvailableException { in isVirtFeatureEnabled()
DNativeDevice.java5160 public boolean hasFeature(String feature) throws DeviceNotAvailableException { in hasFeature()
5372 protected void checkApiLevelAgainst(String feature, int strictMinLevel) { in checkApiLevelAgainst()