Searched refs:hasFeature (Results 1 – 6 of 6) sorted by relevance
545 public boolean hasFeature(String feature) throws DeviceNotAvailableException; in hasFeature() method
1093 public boolean hasFeature(String feature) throws DeviceNotAvailableException {
3688 public boolean hasFeature(String feature) throws DeviceNotAvailableException { in hasFeature() method in NativeDevice
674 return getDevice().hasFeature("feature:" + feature); in hasDeviceFeature()
2919 assertTrue(mTestDevice.hasFeature("com.google.android.feature.EXCHANGE_6_2")); in testHasFeature_true()2934 assertFalse(mTestDevice.hasFeature("feature:test")); in testHasFeature_fail()
597 mTestDevice.hasFeature("feature:test"); in testHasFeature_exception()