Home
last modified time | relevance | path

Searched refs:hasFeature (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DITestDevice.java545 public boolean hasFeature(String feature) throws DeviceNotAvailableException; in hasFeature() method
DTestDevice.java1093 public boolean hasFeature(String feature) throws DeviceNotAvailableException {
DNativeDevice.java3688 public boolean hasFeature(String feature) throws DeviceNotAvailableException { in hasFeature() method in NativeDevice
/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java674 return getDevice().hasFeature("feature:" + feature); in hasDeviceFeature()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java2919 assertTrue(mTestDevice.hasFeature("com.google.android.feature.EXCHANGE_6_2")); in testHasFeature_true()
2934 assertFalse(mTestDevice.hasFeature("feature:test")); in testHasFeature_fail()
DNativeDeviceTest.java597 mTestDevice.hasFeature("feature:test"); in testHasFeature_exception()