Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java282 private AuthSession mPendingAuthSession; field in BiometricService
1334 } else if (mPendingAuthSession != null in handleOnError()
1335 && mPendingAuthSession.containsCookie(cookie)) { in handleOnError()
1336 if (mPendingAuthSession.mState == STATE_AUTH_CALLED) { in handleOnError()
1337 mPendingAuthSession.mClientReceiver.onError(error, message); in handleOnError()
1338 mPendingAuthSession.mState = STATE_AUTH_IDLE; in handleOnError()
1339 mPendingAuthSession = null; in handleOnError()
1342 + mPendingAuthSession.mState); in handleOnError()
1433 Iterator it = mPendingAuthSession.mModalitiesWaiting.entrySet().iterator(); in handleOnReadyForAuthentication()
1437 mPendingAuthSession.mModalitiesMatched.put(pair.getKey(), pair.getValue()); in handleOnReadyForAuthentication()
[all …]