Searched refs:hasFeature (Results 1 – 8 of 8) sorted by relevance
70 EasyMock.expect(mMockDevice.hasFeature(FEATURE_AUTOMOTIVE)).andReturn(false); in testNotAutomotive()80 EasyMock.expect(mMockDevice.hasFeature(FEATURE_AUTOMOTIVE)).andReturn(true); in testAutomotive()
36 if (device.hasFeature(FEATURE_AUTOMOTIVE)) { in shouldRun()
800 public boolean hasFeature(String feature) throws DeviceNotAvailableException; in hasFeature() method
1403 public boolean hasFeature(String feature) throws DeviceNotAvailableException { in hasFeature() method in TestDevice
3985 public boolean hasFeature(String feature) throws DeviceNotAvailableException { in hasFeature() method in NativeDevice
781 return getDevice().hasFeature("feature:" + feature); in hasDeviceFeature()
3476 assertTrue(mTestDevice.hasFeature("com.google.android.feature.EXCHANGE_6_2")); in testHasFeature_true()3491 assertFalse(mTestDevice.hasFeature("feature:test")); in testHasFeature_fail()
651 mTestDevice.hasFeature("feature:test"); in testHasFeature_exception()