Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DITestDevice.java545 public boolean hasFeature(String feature) throws DeviceNotAvailableException; in hasFeature()
DStubDevice.java517 public boolean supportsFeature(Feature feature) { in supportsFeature()
DNativeDevice.java3688 public boolean hasFeature(String feature) throws DeviceNotAvailableException { in hasFeature()
3829 protected void checkApiLevelAgainst(String feature, int strictMinLevel) { in checkApiLevelAgainst()
/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java673 public boolean hasDeviceFeature(String feature) throws DeviceNotAvailableException { in hasDeviceFeature()