Searched refs:wipe (Results 1 – 9 of 9) sorted by relevance
126 verify(mPersistentDataBlockManager, never()).wipe(); in confirmClicked_oemUnlockAllowed_doesNotWipePdb()145 verify(mPersistentDataBlockManager, never()).wipe(); in confirmClicked_noOemUnlockAllowed_notProvisioned_doesNotWipePdb()166 verify(mPersistentDataBlockManager).wipe(); in confirmClicked_noOemUnlockAllowed_provisioned_wipesPdb()
61 public void wipe() { in wipe() method in GeometryMathUtils.GeometryHolder261 out.wipe(); in unpackGeometry()
63 pdbManager.wipe();
99 pdbManager.wipe();
2612 private void commandSequences(boolean wipe) throws Exception { in commandSequences() argument2615 mWipe = wipe; // Set global flag in commandSequences()