Home | History | Annotate | Download | only in targetprep

Lines Matching refs:FASTBOOT

143      * Test {@link FastbootDeviceFlasher#getCurrentSlot(ITestDevice)} when device is in fastboot.
150 EasyMock.expect(mMockDevice.getDeviceState()).andReturn(TestDeviceState.FASTBOOT);
186 /** Test that a fastboot command is retried if it does not output anything. */
221 // expect a fastboot getvar version-baseband command
261 * Verify that correct fastboot command is called with WIPE data option
271 * Verify that correct fastboot command is called with FORCE_WIPE data option
372 * Convenience function to set expectations for `fastboot -w` and execute test
571 * Set EasyMock expectations to simulate the response to some fastboot command
574 * @param response the fastboot command response to inject
588 * Set EasyMock expectations to simulate the response to a fastboot flash command