Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java590 IDeviceRecovery mockRecovery = mock(IDeviceRecovery.class); in testExecuteFastbootCommand_badCommand() local
591 mTestDevice.setRecovery(mockRecovery); in testExecuteFastbootCommand_badCommand()