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.java1151 ensureRootOfTrustEntryExists(userId, uid, rootAlias); in setBytes()
1238 ensureRootOfTrustEntryExists(userId, uid, rootAlias); in setLong()
1318 private void ensureRootOfTrustEntryExists(int userId, int uid, String rootAlias) { in ensureRootOfTrustEntryExists() method in RecoverableKeyStoreDb