Searched refs:getUseFastbootErase (Results 1 – 5 of 5) sorted by relevance
330 public boolean getUseFastbootErase() { in getUseFastbootErase() method in TestDeviceOptions
441 public boolean getUseFastbootErase(); in getUseFastbootErase() method
1863 public boolean getUseFastbootErase() { in getUseFastbootErase() method in NativeDevice1864 return mOptions.getUseFastbootErase(); in getUseFastbootErase()1881 if (mOptions.getUseFastbootErase()) { in fastbootWipePartition()3169 if (!mOptions.getUseFastbootErase()) { in unencryptDevice()
230 String wipeMethod = device.getUseFastbootErase() ? "erase" : "format"; in wipePartition()
308 EasyMock.expect(mMockDevice.getUseFastbootErase()).andReturn(false); in testWipeCache_exists()