Lines Matching refs:wipe
1106 def install_android(self, build_url, build_local_path=None, wipe=True,
1123 @param wipe: If true, userdata will be wiped before flashing.
1141 if wipe:
1164 timeout = (WAIT_UP_AFTER_WIPE_TIME_SECONDS if wipe else
1221 def machine_install(self, build_url=None, build_local_path=None, wipe=True,
1231 @param wipe: If true, userdata will be wiped before flashing.
1244 wipe=wipe, flash_all=flash_all)