Searched refs:isAllowDeviceCredentials (Results 1 – 4 of 4) sorted by relevance
108 boolean isAllowDeviceCredentials(); in isAllowDeviceCredentials() method
494 public boolean isAllowDeviceCredentials() { in isAllowDeviceCredentials() method in AuthContainerView
1082 if (mCurrentDialog.isAllowDeviceCredentials() && isLockout) { in onBiometricError()
210 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()