Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDb.java1199 ensureRootOfTrustEntryExists(userId, uid, rootAlias); in setBytes()
1286 ensureRootOfTrustEntryExists(userId, uid, rootAlias); in setLong()
1366 private void ensureRootOfTrustEntryExists(int userId, int uid, String rootAlias) { in ensureRootOfTrustEntryExists() method in RecoverableKeyStoreDb