Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java355 public boolean getUseFastbootErase() { in getUseFastbootErase() method in TestDeviceOptions
DINativeDevice.java493 public boolean getUseFastbootErase(); in getUseFastbootErase() method
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java239 String wipeMethod = device.getUseFastbootErase() ? "erase" : "format"; in wipePartition()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1956 public boolean getUseFastbootErase() { in getUseFastbootErase() method in NativeDevice
1957 return mOptions.getUseFastbootErase(); in getUseFastbootErase()
1974 if (mOptions.getUseFastbootErase()) { in fastbootWipePartition()
3425 if (!mOptions.getUseFastbootErase()) { in unencryptDevice()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java308 EasyMock.expect(mMockDevice.getUseFastbootErase()).andReturn(false); in testWipeCache_exists()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...