Searched refs:setFactoryResetProtectionSecret (Results 1 – 5 of 5) sorted by relevance
69 boolean setFactoryResetProtectionSecret(in byte[] secret); in setFactoryResetProtectionSecret() method
318 public boolean setFactoryResetProtectionSecret(@NonNull byte[] secret) { in setFactoryResetProtectionSecret() method in PersistentDataBlockManager320 return sService.setFactoryResetProtectionSecret(secret); in setFactoryResetProtectionSecret()
739 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 …]
966 setFactoryResetProtectionSecret(secret);1257 public boolean setFactoryResetProtectionSecret(byte[] secret) {
13031 …laggedApi("android.security.frp_enforcement") public boolean setFactoryResetProtectionSecret(@NonN…