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

  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceFlashPreparer.java 95 private long mWipeTimeout = 4 * 60 * 1000;
252 flasher.setWipeTimeout(mWipeTimeout);
FastbootDeviceFlasher.java 54 private long mWipeTimeout = 4 * 60 * 1000;
162 CommandResult result = device.executeFastbootCommand(mWipeTimeout, "-w");
    [all...]

Completed in 186 milliseconds