Home
last modified time | relevance | path

Searched refs:setBytes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDb.java464 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
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt45818 method public abstract int setBytes(long, byte[]) throws java.sql.SQLException;
45819 method public abstract int setBytes(long, byte[], int, int) throws java.sql.SQLException;
45901 method public abstract void setBytes(java.lang.String, byte[]) throws java.sql.SQLException;
46347 method public abstract void setBytes(int, byte[]) throws java.sql.SQLException;
53177 method public abstract void setBytes(int, byte[]) throws java.sql.SQLException;
53178 method public abstract void setBytes(java.lang.String, byte[]) throws java.sql.SQLException;
/frameworks/base/api/
Dcurrent.txt65731 method public int setBytes(long, byte[]) throws java.sql.SQLException;
65732 method public int setBytes(long, byte[], int, int) throws java.sql.SQLException;
65814 method public void setBytes(String, byte[]) throws java.sql.SQLException;
66258 method public void setBytes(int, byte[]) throws java.sql.SQLException;
76068 method public void setBytes(int, byte[]) throws java.sql.SQLException;
76069 method public void setBytes(String, byte[]) throws java.sql.SQLException;