Searched refs:getUseFastbootErase (Results 1 – 5 of 5) sorted by relevance
558 public boolean getUseFastbootErase(); in getUseFastbootErase() method
526 public boolean getUseFastbootErase() { in getUseFastbootErase() method in TestDeviceOptions
293 String wipeMethod = device.getUseFastbootErase() ? "erase" : "format"; in wipePartition()
335 when(mMockDevice.getUseFastbootErase()).thenReturn(false); in testWipeCache_exists()
2511 public boolean getUseFastbootErase() { in getUseFastbootErase() method in NativeDevice2512 return mOptions.getUseFastbootErase(); in getUseFastbootErase()2529 if (mOptions.getUseFastbootErase()) { in fastbootWipePartition()