Searched refs:STATE_AUTH_PAUSED (Results 1 – 1 of 1) sorted by relevance
131 private static final int STATE_AUTH_PAUSED = 3; field in BiometricService1219 mCurrentAuthSession.mState = STATE_AUTH_PAUSED; in handleAuthenticationFailed()1321 } else if (mCurrentAuthSession.mState == STATE_AUTH_PAUSED) { in handleOnError()1447 && mCurrentAuthSession.mState == STATE_AUTH_PAUSED; in handleOnReadyForAuthentication()