Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java517 public boolean supportsFeature(Feature feature) { in supportsFeature()
DITestDevice.java839 public boolean hasFeature(String feature) throws DeviceNotAvailableException; in hasFeature()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java869 public boolean hasDeviceFeature(String feature) throws DeviceNotAvailableException { in hasDeviceFeature()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1550 public boolean hasFeature(String feature) throws DeviceNotAvailableException { in hasFeature()
1839 private void checkApiLevelAgainstNextRelease(String feature, int strictMinLevel) in checkApiLevelAgainstNextRelease()
DNativeDevice.java4305 public boolean hasFeature(String feature) throws DeviceNotAvailableException { in hasFeature()
4484 protected void checkApiLevelAgainst(String feature, int strictMinLevel) { in checkApiLevelAgainst()