Searched refs:mPersistentDataBlockManager (Results 1 – 2 of 2) sorted by relevance
56 private PersistentDataBlockManager mPersistentDataBlockManager; field in MainClearConfirmTest105 mPersistentDataBlockManager)).isFalse(); in shouldWipePersistentDataBlock_deviceIsStillBeingProvisioned_shouldReturnFalse()114 mPersistentDataBlockManager)).isFalse(); in shouldWipePersistentDataBlock_oemUnlockAllowed_shouldReturnFalse()128 mPersistentDataBlockManager)).isFalse(); in shouldWipePersistentDataBlock_frpPolicyNotSupported_shouldReturnFalse()150 mPersistentDataBlockManager)).isFalse(); in shouldWipePersistentDataBlock_hasFactoryResetProtectionPolicy_shouldReturnFalse()167 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()