Home
last modified time | relevance | path

Searched defs:activeRootAlias (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManagerTest.java443 String activeRootAlias = mRecoverableKeyStoreDb.getActiveRootOfTrust(userId, uid); in initRecoveryService_triesToFilterRootAlias() local
465 String activeRootAlias = mRecoverableKeyStoreDb.getActiveRootOfTrust(userId, uid); in initRecoveryService_usesProdCertificateForEmptyRootAlias() local
486 String activeRootAlias = mRecoverableKeyStoreDb.getActiveRootOfTrust(userId, uid); in initRecoveryService_usesProdCertificateForNullRootAlias() local
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManager.java231 String activeRootAlias = mDatabase.getActiveRootOfTrust(userId, uid); in initRecoveryService() local