Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DStubDevice.java516 public boolean supportsFeature(Feature feature) { in supportsFeature()
DTestDevice.java1403 public boolean hasFeature(String feature) throws DeviceNotAvailableException { in hasFeature()
1680 private void checkApiLevelAgainstNextRelease(String feature, int strictMinLevel) in checkApiLevelAgainstNextRelease()
DITestDevice.java800 public boolean hasFeature(String feature) throws DeviceNotAvailableException; in hasFeature()
DNativeDevice.java3985 public boolean hasFeature(String feature) throws DeviceNotAvailableException { in hasFeature()
4160 protected void checkApiLevelAgainst(String feature, int strictMinLevel) { in checkApiLevelAgainst()
/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java780 public boolean hasDeviceFeature(String feature) throws DeviceNotAvailableException { in hasDeviceFeature()