Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java558 public boolean getUseFastbootErase(); in getUseFastbootErase() method
DTestDeviceOptions.java526 public boolean getUseFastbootErase() { in getUseFastbootErase() method in TestDeviceOptions
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java293 String wipeMethod = device.getUseFastbootErase() ? "erase" : "format"; in wipePartition()
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java335 when(mMockDevice.getUseFastbootErase()).thenReturn(false); in testWipeCache_exists()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2511 public boolean getUseFastbootErase() { in getUseFastbootErase() method in NativeDevice
2512 return mOptions.getUseFastbootErase(); in getUseFastbootErase()
2529 if (mOptions.getUseFastbootErase()) { in fastbootWipePartition()