Home
last modified time | relevance | path

Searched refs:isAllowDeviceCredentials (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthDialog.java108 boolean isAllowDeviceCredentials(); in isAllowDeviceCredentials() method
DAuthContainerView.java494 public boolean isAllowDeviceCredentials() { in isAllowDeviceCredentials() method in AuthContainerView
DAuthController.java1082 if (mCurrentDialog.isAllowDeviceCredentials() && isLockout) { in onBiometricError()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DAuthControllerTest.java210 when(mDialog1.isAllowDeviceCredentials()).thenReturn(false); in setup()
211 when(mDialog2.isAllowDeviceCredentials()).thenReturn(false); in setup()
597 when(mDialog1.isAllowDeviceCredentials()).thenReturn(true); in testErrorLockout_whenCredentialAllowed_AnimatesToCredentialUI()
610 when(mDialog1.isAllowDeviceCredentials()).thenReturn(true); in testErrorLockoutPermanent_whenCredentialAllowed_AnimatesToCredentialUI()
624 when(mDialog1.isAllowDeviceCredentials()).thenReturn(false); in testErrorLockout_whenCredentialNotAllowed_sendsOnError()
639 when(mDialog1.isAllowDeviceCredentials()).thenReturn(false); in testErrorLockoutPermanent_whenCredentialNotAllowed_sendsOnError()