HomeSort by relevance Sort by last modified time
    Searched refs:executeLongFastbootCommand (Results 1 - 6 of 6) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceWiper.java 55 CommandResult r = device.executeLongFastbootCommand("-w");
70 CommandResult r = device.executeLongFastbootCommand(op, partition);
DeviceCleaner.java 108 device.executeLongFastbootCommand("-w");
FastbootDeviceFlasher.java     [all...]
  /tools/tradefederation/core/src/com/android/tradefed/device/
INativeDevice.java 367 public CommandResult executeLongFastbootCommand(String... commandArgs)
    [all...]
NativeDevice.java     [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
FastbootDeviceFlasherTest.java 562 EasyMock.expect(mMockDevice.executeLongFastbootCommand(EasyMock.eq("update"),
590 mMockDevice.executeLongFastbootCommand(
621 EasyMock.expect(mMockDevice.executeLongFastbootCommand(EasyMock.eq("update"),
669 mockDevice.executeLongFastbootCommand(EasyMock.eq("flash"), EasyMock.eq(image),

Completed in 148 milliseconds