Home
last modified time | relevance | path

Searched refs:automaticallyDeactivateFrpIfPossible (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pdb/
DPersistentDataBlockServiceTest.java783 assertThat(mPdbService.automaticallyDeactivateFrpIfPossible()).isTrue(); in frpState_AutomaticallyDeactivateWithDefault()
796 assertThat(mPdbService.automaticallyDeactivateFrpIfPossible()).isTrue(); in frpState_AutomaticallyDeactivateWithPrimaryDataFile()
810 assertThat(mPdbService.automaticallyDeactivateFrpIfPossible()).isTrue(); in frpState_AutomaticallyDeactivateWithBackupDataFile()
826 assertThat(mPdbService.automaticallyDeactivateFrpIfPossible()).isFalse(); in frpState_DeactivateWithSecret()
842 assertThat(mPdbService.automaticallyDeactivateFrpIfPossible()).isTrue(); in frpState_DeactivateWithSecret()
859 assertThat(mPdbService.automaticallyDeactivateFrpIfPossible()).isFalse(); in frpState_DeactivateOnUpgradeFromPreV()
864 assertThat(mPdbService.automaticallyDeactivateFrpIfPossible()).isTrue(); in frpState_DeactivateOnUpgradeFromPreV()
906 assertThat(mPdbService.automaticallyDeactivateFrpIfPossible()).isTrue(); in frpState_TestDowngradeUpgradeSequence()
925 assertThat(mPdbService.automaticallyDeactivateFrpIfPossible()).isTrue(); in frpState_TestDowngradeUpgradeSequence()
935 assertThat(mPdbService.automaticallyDeactivateFrpIfPossible()).isTrue(); in frpState_TestDowngradeUpgradeSequence()
[all …]
/frameworks/base/services/core/java/com/android/server/pdb/
DPersistentDataBlockService.java276 automaticallyDeactivateFrpIfPossible(); in onStart()
610 boolean automaticallyDeactivateFrpIfPossible() { in automaticallyDeactivateFrpIfPossible() method in PersistentDataBlockService
952 boolean result = automaticallyDeactivateFrpIfPossible();