Home
last modified time | relevance | path

Searched refs:FORCE_WIPE (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java205 if (UserDataFlashOption.FORCE_WIPE.equals(mUserDataFlashOption) || in handleUserDataFlashing()
533 case FORCE_WIPE: // intentional fallthrough in flashUserData()
DIDeviceFlasher.java42 FORCE_WIPE, enumConstant
DDeviceFlashPreparer.java422 case FORCE_WIPE: in postEncryptDevice()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java284 mFlasher.setUserDataFlashOption(UserDataFlashOption.FORCE_WIPE); in testFlashUserData_forceWipe()