Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthBiometricFingerprintViewTest.kt128 verify(callback).onAction(AuthBiometricView.Callback.ACTION_BUTTON_NEGATIVE)
H A DAuthContainerViewTest.kt279 AuthBiometricView.Callback.ACTION_BUTTON_NEGATIVE
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricView.java107 int ACTION_BUTTON_NEGATIVE = 3; field
732 mCallback.onAction(Callback.ACTION_BUTTON_NEGATIVE); in onFinishInflate()
H A DAuthContainerView.java198 case AuthBiometricView.Callback.ACTION_BUTTON_NEGATIVE: in onAction()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DBiometricViewBinder.kt145 legacyCallback.onAction(Callback.ACTION_BUTTON_NEGATIVE)