D | RecoverableKeyStoreDb.java | 464 return setBytes(userId, uid, RecoveryServiceMetadataEntry.COLUMN_NAME_PUBLIC_KEY, in setRecoveryServicePublicKey() 543 return setBytes(userId, uid, rootAlias, RootOfTrustEntry.COLUMN_NAME_CERT_PATH, in setRecoveryServiceCertPath() 821 return setBytes(userId, uid, in setServerParams() 1056 private long setBytes(int userId, int uid, String key, byte[] value) { in setBytes() method in RecoverableKeyStoreDb 1140 private long setBytes(int userId, int uid, String rootAlias, String key, byte[] value) { in setBytes() method in RecoverableKeyStoreDb
|