Searched refs:AuthenticationToken (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java133 public AuthenticationToken authToken;
138 static class AuthenticationToken { class in class:SyntheticPasswordManager
187 protected static AuthenticationToken create() {
188 AuthenticationToken result = new AuthenticationToken();
442 public AuthenticationToken newSyntheticPasswordAndSid(IGateKeeperService gatekeeper,
444 AuthenticationToken result = AuthenticationToken.create();
466 public void newSidForUser(IGateKeeperService gatekeeper, AuthenticationToken authToken,
497 private boolean loadEscrowData(AuthenticationToken authToke
[all...]
H A DLockSettingsService.java114 import com.android.server.locksettings.SyntheticPasswordManager.AuthenticationToken;
1816 AuthenticationToken auth = initializeSyntheticPasswordLocked(
2180 private SparseArray<AuthenticationToken> mSpCache = new SparseArray();
2182 private void onAuthTokenKnownForUser(@UserIdInt int userId, AuthenticationToken auth) {
2279 protected AuthenticationToken initializeSyntheticPasswordLocked(byte[] credentialHash,
2283 final AuthenticationToken auth = mSpManager.newSyntheticPasswordAndSid(
2422 AuthenticationToken auth, int requestedQuality, int userId) throws RemoteException {
2489 AuthenticationToken auth = authResult.authToken;
2578 AuthenticationToken auth = null;
2604 private void activateEscrowTokens(AuthenticationToken aut
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DSyntheticPasswordTests.java40 import com.android.server.locksettings.SyntheticPasswordManager.AuthenticationToken;
72 AuthenticationToken authToken = manager.newSyntheticPasswordAndSid(mGateKeeperService, null,

Completed in 498 milliseconds