Home
last modified time | relevance | path

Searched refs:supportsFeature (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java438 public boolean supportsFeature(Feature feature) { in supportsFeature() method in StubDevice
445 public boolean supportsFeature(HardwareFeature arg0) { in supportsFeature() method in StubDevice
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DDeviceBatteryLevelCheckerTest.java145 when(mMockIDevice.supportsFeature(IDevice.Feature.SHELL_V2)).thenReturn(true); in setUp()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java147 when(mMockIDevice.supportsFeature(IDevice.Feature.SHELL_V2)).thenReturn(true); in setUp()
3174 when(mMockIDevice.supportsFeature(IDevice.Feature.SHELL_V2)).thenReturn(false); in testExecuteShellV2Command_exit_status_workaround()
DTestDeviceTest.java302 when(mMockIDevice.supportsFeature(IDevice.Feature.SHELL_V2)).thenReturn(true); in setUp()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1154 !getIDevice().supportsFeature(IDevice.Feature.SHELL_V2) in executeShellV2Command()