Searched refs:AuthenticationToken (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | SyntheticPasswordManager.java | 133 public AuthenticationToken authToken; 138 static class AuthenticationToken { class in SyntheticPasswordManager 187 protected static AuthenticationToken create() { in create() 188 AuthenticationToken result = new AuthenticationToken(); in create() 442 public AuthenticationToken newSyntheticPasswordAndSid(IGateKeeperService gatekeeper, in newSyntheticPasswordAndSid() 444 AuthenticationToken result = AuthenticationToken.create(); in newSyntheticPasswordAndSid() 466 public void newSidForUser(IGateKeeperService gatekeeper, AuthenticationToken authToken, in newSidForUser() 497 private boolean loadEscrowData(AuthenticationToken authToken, int userId) { in loadEscrowData() 503 private void saveEscrowData(AuthenticationToken authToken, int userId) { in saveEscrowData() 605 String credential, int credentialType, AuthenticationToken authToken, in createPasswordBasedSyntheticPassword() [all …]
|
D | LockSettingsService.java | 114 import com.android.server.locksettings.SyntheticPasswordManager.AuthenticationToken; 1816 AuthenticationToken auth = initializeSyntheticPasswordLocked( in verifyCredential() 2180 private SparseArray<AuthenticationToken> mSpCache = new SparseArray(); 2182 private void onAuthTokenKnownForUser(@UserIdInt int userId, AuthenticationToken auth) { in onAuthTokenKnownForUser() 2279 protected AuthenticationToken initializeSyntheticPasswordLocked(byte[] credentialHash, in initializeSyntheticPasswordLocked() 2283 final AuthenticationToken auth = mSpManager.newSyntheticPasswordAndSid( in initializeSyntheticPasswordLocked() 2422 AuthenticationToken auth, int requestedQuality, int userId) throws RemoteException { in setLockCredentialWithAuthTokenLocked() 2489 AuthenticationToken auth = authResult.authToken; in spBasedSetLockCredentialInternalLocked() 2578 AuthenticationToken auth = null; in addEscrowToken() 2604 private void activateEscrowTokens(AuthenticationToken auth, int userId) { in activateEscrowTokens()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | SyntheticPasswordTests.java | 40 import com.android.server.locksettings.SyntheticPasswordManager.AuthenticationToken; 72 AuthenticationToken authToken = manager.newSyntheticPasswordAndSid(mGateKeeperService, null, in testPasswordBasedSyntheticPassword()
|