Searched refs:shouldWipePersistentDataBlock (Results 1 – 3 of 3) sorted by relevance
112 assertThat(mMainClearConfirm.shouldWipePersistentDataBlock(null)).isFalse(); in shouldWipePersistentDataBlock_noPersistentDataBlockManager_shouldReturnFalse()119 assertThat(mMainClearConfirm.shouldWipePersistentDataBlock( in shouldWipePersistentDataBlock_deviceIsStillBeingProvisioned_shouldReturnFalse()132 assertThat(mMainClearConfirm.shouldWipePersistentDataBlock(mPersistentDataBlockManager)) in shouldWipePersistentDataBlock_oemUnlockAllowedAndFlagDiscabled_shouldReturnFalse()145 assertThat(mMainClearConfirm.shouldWipePersistentDataBlock(mPersistentDataBlockManager)) in shouldWipePersistentDataBlock_oemUnlockAllowedAndFlagEnabled_shouldReturnTrue()158 assertThat(mMainClearConfirm.shouldWipePersistentDataBlock( in shouldWipePersistentDataBlock_frpPolicyNotSupported_shouldReturnFalse()178 assertThat(mMainClearConfirm.shouldWipePersistentDataBlock( in shouldWipePersistentDataBlock_hasFactoryResetProtectionPolicy_shouldReturnFalse()193 assertThat(mMainClearConfirm.shouldWipePersistentDataBlock( in shouldWipePersistentDataBlock_isNotOrganizationOwnedDevice_shouldReturnTrue()
181 if (shouldWipePersistentDataBlock(pdbManager)) { in performFactoryReset()199 private boolean shouldWipePersistentDataBlock(PersistentDataBlockManager pdbManager) { in shouldWipePersistentDataBlock() method in ResetActivity.ResetConfirmFragment
98 if (shouldWipePersistentDataBlock(pdbManager)) {150 boolean shouldWipePersistentDataBlock(PersistentDataBlockManager pdbManager) { in shouldWipePersistentDataBlock() method in MainClearConfirm