Searched refs:mPersistentDataBlockManager (Results 1 – 2 of 2) sorted by relevance
68 private PersistentDataBlockManager mPersistentDataBlockManager; field in MainClearConfirmTest120 mPersistentDataBlockManager)).isFalse(); in shouldWipePersistentDataBlock_deviceIsStillBeingProvisioned_shouldReturnFalse()132 assertThat(mMainClearConfirm.shouldWipePersistentDataBlock(mPersistentDataBlockManager)) in shouldWipePersistentDataBlock_oemUnlockAllowedAndFlagDiscabled_shouldReturnFalse()145 assertThat(mMainClearConfirm.shouldWipePersistentDataBlock(mPersistentDataBlockManager)) in shouldWipePersistentDataBlock_oemUnlockAllowedAndFlagEnabled_shouldReturnTrue()159 mPersistentDataBlockManager)).isFalse(); in shouldWipePersistentDataBlock_frpPolicyNotSupported_shouldReturnFalse()179 mPersistentDataBlockManager)).isFalse(); in shouldWipePersistentDataBlock_hasFactoryResetProtectionPolicy_shouldReturnFalse()194 mPersistentDataBlockManager)).isTrue(); in shouldWipePersistentDataBlock_isNotOrganizationOwnedDevice_shouldReturnTrue()
75 private PersistentDataBlockManager mPersistentDataBlockManager; field in FactoryResetConfirmFragmentTest96 .thenReturn(mPersistentDataBlockManager); in setUp()155 verify(mPersistentDataBlockManager, never()).wipe(); in confirmClicked_oemUnlockAllowed_doesNotWipePdb()176 verify(mPersistentDataBlockManager, never()).wipe(); in confirmClicked_noOemUnlockAllowed_notProvisioned_doesNotWipePdb()203 verify(mPersistentDataBlockManager).wipe(); in confirmClicked_noOemUnlockAllowed_provisioned_wipesPdb()