Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricFaceToFingerprintView.java177 protected int getStateForAfterError() { in getStateForAfterError() method in AuthBiometricFaceToFingerprintView
182 return super.getStateForAfterError(); in getStateForAfterError()
H A DAuthBiometricFingerprintView.java48 protected int getStateForAfterError() { in getStateForAfterError() method in AuthBiometricFingerprintView
H A DAuthBiometricFaceView.java206 protected int getStateForAfterError() { in getStateForAfterError() method in AuthBiometricFaceView
H A DAuthBiometricView.java227 protected abstract int getStateForAfterError(); in getStateForAfterError() method in AuthBiometricView
283 updateState(getStateForAfterError()); in AuthBiometricView()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthBiometricViewTest.java469 protected int getStateForAfterError() { in getStateForAfterError() method in AuthBiometricViewTest.TestableBiometricView