Home
last modified time | relevance | path

Searched defs:mockIDevice (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DMockDeviceManager.java73 IDevice mockIDevice = mock(IDevice.class); in setNumDevicesInternal() local
88 IDevice mockIDevice = mock(idevicetype); in setNumDevicesCustomRealNoRecovery() local
112 IDevice mockIDevice = mock(idevicetype); in setNumDevicesCustom() local
134 IDevice mockIDevice = idevice; in setNumDevicesStub() local
DDeviceManagerTest.java482 IDevice mockIDevice = mock(IDevice.class); in testFreeDevice_noop() local
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java292 IDevice mockIDevice = new StubDevice("serial"); in testBatteryLowLevel() local
332 IDevice mockIDevice = new StubDevice("serial"); in testBatteryLowLevel_interruptible() local
DCommandSchedulerTest.java1546 IDevice mockIDevice = mock(IDevice.class); in testExecCommand_versioning() local
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterHostUtilTest.java209 IDevice mockIDevice = Mockito.mock(IDevice.class); in testSupportedRunTargetMatchPattern() local
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DInstrumentationFileTestTest.java80 IDevice mockIDevice = mock(IDevice.class); in setUp() local