Home
last modified time | relevance | path

Searched defs:hasFeature (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java982 public boolean hasFeature(String feature) throws DeviceNotAvailableException; in hasFeature() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java2204 public boolean hasFeature(String feature) throws DeviceNotAvailableException { in hasFeature() method in TestDevice
DNativeDevice.java5160 public boolean hasFeature(String feature) throws DeviceNotAvailableException { in hasFeature() method in NativeDevice