Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthDialog.java165 void animateToCredentialUI(boolean isError); in animateToCredentialUI() method
H A DAuthContainerView.java815 public void animateToCredentialUI(boolean isError) {
H A DAuthController.java1094 mCurrentDialog.animateToCredentialUI(true /* isError */); in onBiometricError()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java593 verify(mDialog1).animateToCredentialUI(eq(true)); in testErrorLockout_whenCredentialAllowed_AnimatesToCredentialUI()
606 verify(mDialog1).animateToCredentialUI(eq(true)); in testErrorLockoutPermanent_whenCredentialAllowed_AnimatesToCredentialUI()
621 verify(mDialog1, never()).animateToCredentialUI(eq(true)); in testErrorLockout_whenCredentialNotAllowed_sendsOnError()
636 verify(mDialog1, never()).animateToCredentialUI(eq(true)); in testErrorLockoutPermanent_whenCredentialNotAllowed_sendsOnError()
H A DAuthContainerViewTest.kt342 container.animateToCredentialUI(false)