Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDeviceOptions.java330 public boolean getUseFastbootErase() { in getUseFastbootErase() method in TestDeviceOptions
DINativeDevice.java441 public boolean getUseFastbootErase(); in getUseFastbootErase() method
DNativeDevice.java1863 public boolean getUseFastbootErase() { in getUseFastbootErase() method in NativeDevice
1864 return mOptions.getUseFastbootErase(); in getUseFastbootErase()
1881 if (mOptions.getUseFastbootErase()) { in fastbootWipePartition()
3169 if (!mOptions.getUseFastbootErase()) { in unencryptDevice()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java230 String wipeMethod = device.getUseFastbootErase() ? "erase" : "format"; in wipePartition()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java308 EasyMock.expect(mMockDevice.getUseFastbootErase()).andReturn(false); in testWipeCache_exists()