Searched refs:supportsFeature (Results 1 – 5 of 5) sorted by relevance
438 public boolean supportsFeature(Feature feature) { in supportsFeature() method in StubDevice445 public boolean supportsFeature(HardwareFeature arg0) { in supportsFeature() method in StubDevice
145 when(mMockIDevice.supportsFeature(IDevice.Feature.SHELL_V2)).thenReturn(true); in setUp()
147 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()
302 when(mMockIDevice.supportsFeature(IDevice.Feature.SHELL_V2)).thenReturn(true); in setUp()
1154 !getIDevice().supportsFeature(IDevice.Feature.SHELL_V2) in executeShellV2Command()