Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1819 activateEscrowTokens(auth, userId); in verifyCredential()
2392 activateEscrowTokens(authResult.authToken, userId); in spBasedDoVerifyCredential()
2604 private void activateEscrowTokens(AuthenticationToken auth, int userId) { in activateEscrowTokens() method in LockSettingsService