Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricFaceView.kt30 override fun getStateForAfterError() = STATE_IDLE
H A DAuthBiometricFingerprintView.kt85 override fun getStateForAfterError() = STATE_AUTHENTICATING
H A DAuthBiometricView.java210 updateState(getStateForAfterError()); in AuthBiometricView()
232 protected int getStateForAfterError() { in getStateForAfterError() method in AuthBiometricView