Searched refs:setRecoveryServicePublicKey (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/ |
H A D | RecoverableKeyStoreDbTest.java | 565 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid, pubkey1); in setRecoveryServicePublicKey_replaceOldKey() 566 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid, pubkey2); in setRecoveryServicePublicKey_replaceOldKey() 586 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid, pubkey); in getRecoveryServicePublicKey_returnsInsertedKey() 810 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid, pubkey1); in setRecoveryServiceMetadataMethods() 822 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid, pubkey2); in setRecoveryServiceMetadataMethods() 852 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid, pubkey); in getServerParams_returnsNullIfNoValue() 916 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid1, pubkey); in setRecoveryServiceMetadataEntry_allowsAUserToHaveTwoUids() 917 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId, uid2, pubkey); in setRecoveryServiceMetadataEntry_allowsAUserToHaveTwoUids() 930 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId1, uid, pubkey); in setRecoveryServiceMetadataEntry_allowsTwoUsersToHaveTheSameUid() 931 mRecoverableKeyStoreDb.setRecoveryServicePublicKey(userId2, uid, pubkey); in setRecoveryServiceMetadataEntry_allowsTwoUsersToHaveTheSameUid() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/ |
H A D | RecoverableKeyStoreDb.java | 511 public long setRecoveryServicePublicKey(int userId, int uid, PublicKey publicKey) { in setRecoveryServicePublicKey() method in RecoverableKeyStoreDb
|