Searched refs:shouldWipePersistentDataBlock (Results 1 – 3 of 3) sorted by relevance
97 assertThat(mMainClearConfirm.shouldWipePersistentDataBlock(null)).isFalse(); in shouldWipePersistentDataBlock_noPersistentDataBlockManager_shouldReturnFalse()104 assertThat(mMainClearConfirm.shouldWipePersistentDataBlock( in shouldWipePersistentDataBlock_deviceIsStillBeingProvisioned_shouldReturnFalse()113 assertThat(mMainClearConfirm.shouldWipePersistentDataBlock( in shouldWipePersistentDataBlock_oemUnlockAllowed_shouldReturnFalse()127 assertThat(mMainClearConfirm.shouldWipePersistentDataBlock( in shouldWipePersistentDataBlock_frpPolicyNotSupported_shouldReturnFalse()149 assertThat(mMainClearConfirm.shouldWipePersistentDataBlock( in shouldWipePersistentDataBlock_hasFactoryResetProtectionPolicy_shouldReturnFalse()166 assertThat(mMainClearConfirm.shouldWipePersistentDataBlock( in shouldWipePersistentDataBlock_isNotOrganizationOwnedDevice_shouldReturnTrue()
170 if (shouldWipePersistentDataBlock(pdbManager)) { in performFactoryReset()188 private boolean shouldWipePersistentDataBlock(PersistentDataBlockManager pdbManager) { in shouldWipePersistentDataBlock() method in ResetActivity.ResetConfirmFragment
89 if (shouldWipePersistentDataBlock(pdbManager)) {141 boolean shouldWipePersistentDataBlock(PersistentDataBlockManager pdbManager) { in shouldWipePersistentDataBlock() method in MainClearConfirm