Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthDialog.java45 String KEY_BIOMETRIC_TRY_AGAIN_VISIBILITY = "try_agian_visibility"; field
H A DAuthBiometricView.java654 outState.putInt(AuthDialog.KEY_BIOMETRIC_TRY_AGAIN_VISIBILITY, in onSaveState()
837 mSavedState.getInt(AuthDialog.KEY_BIOMETRIC_TRY_AGAIN_VISIBILITY)); in onAttachedToWindow()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthBiometricFingerprintViewTest.kt241 assertThat(state.getInt(AuthDialog.KEY_BIOMETRIC_TRY_AGAIN_VISIBILITY))