Home
last modified time | relevance | path

Searched refs:shouldWipePersistentDataBlock (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/
DMainClearConfirmTest.java97 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()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DResetActivity.java170 if (shouldWipePersistentDataBlock(pdbManager)) { in performFactoryReset()
188 private boolean shouldWipePersistentDataBlock(PersistentDataBlockManager pdbManager) { in shouldWipePersistentDataBlock() method in ResetActivity.ResetConfirmFragment
/packages/apps/Settings/src/com/android/settings/
DMainClearConfirm.java89 if (shouldWipePersistentDataBlock(pdbManager)) {
141 boolean shouldWipePersistentDataBlock(PersistentDataBlockManager pdbManager) { in shouldWipePersistentDataBlock() method in MainClearConfirm