Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManagerTest.java119 private static final byte[] TEST_VAULT_PARAMS = new byte[] { field in RecoverableKeyStoreManagerTest
754 TEST_VAULT_PARAMS, in startRecoverySession_checksPermissionFirst()
770 TEST_VAULT_PARAMS, in startRecoverySessionWithCertPath_storesTheSessionInfo()
788 TEST_VAULT_PARAMS, in startRecoverySessionWithCertPath_checksPermissionFirst()
802 TEST_VAULT_PARAMS, in startRecoverySession_storesTheSessionInfo()
818 TEST_VAULT_PARAMS, in closeSession_closesASession()
832 TEST_VAULT_PARAMS, in closeSession_doesNotCloseUnrelatedSessions()
857 TEST_VAULT_PARAMS, in startRecoverySession_throwsIfBadNumberOfSecrets()
869 byte[] vaultParams = TEST_VAULT_PARAMS.clone(); in startRecoverySession_throwsIfPublicKeysMismatch()
893 TEST_VAULT_PARAMS, in startRecoverySessionWithCertPath_throwsIfBadNumberOfSecrets()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverySessionStorageTest.java42 private static final byte[] TEST_VAULT_PARAMS = getUtf8Bytes("vault params vault params"); field in RecoverySessionStorageTest
172 return Arrays.copyOf(TEST_VAULT_PARAMS, TEST_VAULT_PARAMS.length); in vaultParamsFixture()