Searched refs:getUseFastbootErase (Results 1 – 5 of 5) sorted by relevance
198 public boolean getUseFastbootErase() { in getUseFastbootErase() method in TestDeviceOptions
377 public boolean getUseFastbootErase(); in getUseFastbootErase() method
1688 public boolean getUseFastbootErase() { in getUseFastbootErase() method in NativeDevice1689 return mOptions.getUseFastbootErase(); in getUseFastbootErase()1706 if (mOptions.getUseFastbootErase()) { in fastbootWipePartition()2937 if (!mOptions.getUseFastbootErase()) { in unencryptDevice()
222 String wipeMethod = device.getUseFastbootErase() ? "erase" : "format"; in wipePartition()
299 EasyMock.expect(mMockDevice.getUseFastbootErase()).andReturn(false); in testWipeCache_exists()