Home
last modified time | relevance | path

Searched refs:setFactoryResetProtectionSecret (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/persistentdata/
DIPersistentDataBlockService.aidl69 boolean setFactoryResetProtectionSecret(in byte[] secret); in setFactoryResetProtectionSecret() method
DPersistentDataBlockManager.java318 public boolean setFactoryResetProtectionSecret(@NonNull byte[] secret) { in setFactoryResetProtectionSecret() method in PersistentDataBlockManager
320 return sService.setFactoryResetProtectionSecret(secret); in setFactoryResetProtectionSecret()
/frameworks/base/services/tests/servicestests/src/com/android/server/pdb/
DPersistentDataBlockServiceTest.java739 assertThat(mInterface.setFactoryResetProtectionSecret(hashedSecret)).isTrue(); in frpSecret_SetSecret()
758 () -> mInterface.setFactoryResetProtectionSecret(hashStringto32Bytes("secret"))); in frpSecret_SetSecretByUnauthorizedCaller()
792 mInterface.setFactoryResetProtectionSecret(hashStringto32Bytes("secret")); in frpState_AutomaticallyDeactivateWithPrimaryDataFile()
805 mInterface.setFactoryResetProtectionSecret(hashStringto32Bytes("secret")); in frpState_AutomaticallyDeactivateWithBackupDataFile()
819 mInterface.setFactoryResetProtectionSecret(hashStringto32Bytes("secret")); in frpState_DeactivateWithSecret()
837 assertThat(mInterface.setFactoryResetProtectionSecret(new byte[FRP_SECRET_SIZE])).isTrue(); in frpState_DeactivateWithSecret()
851 mInterface.setFactoryResetProtectionSecret(hashStringto32Bytes("secret")); in frpState_DeactivateOnUpgradeFromPreV()
896 assertThat(mInterface.setFactoryResetProtectionSecret(hashStringto32Bytes("secret"))) in frpState_TestDowngradeUpgradeSequence()
928 .setFactoryResetProtectionSecret(new byte[FRP_SECRET_SIZE])).isTrue(); in frpState_TestDowngradeUpgradeSequence()
945 assertThat(mInterface.setFactoryResetProtectionSecret(hashStringto32Bytes("secret"))) in frpState_PrivilegedDeactivationByAuthorizedCaller()
[all …]
/frameworks/base/services/core/java/com/android/server/pdb/
DPersistentDataBlockService.java966 setFactoryResetProtectionSecret(secret);
1257 public boolean setFactoryResetProtectionSecret(byte[] secret) {
/frameworks/base/core/api/
Dsystem-current.txt13031 …laggedApi("android.security.frp_enforcement") public boolean setFactoryResetProtectionSecret(@NonN…