Searched refs:isAllowDeviceCredentials (Results 1 – 4 of 4) sorted by relevance
170 boolean isAllowDeviceCredentials(); in isAllowDeviceCredentials() method
480 public boolean isAllowDeviceCredentials() { in isAllowDeviceCredentials() method in AuthContainerView
1092 if (mCurrentDialog.isAllowDeviceCredentials() && isLockout) { in onBiometricError()
229 when(mDialog1.isAllowDeviceCredentials()).thenReturn(false); in setup()230 when(mDialog2.isAllowDeviceCredentials()).thenReturn(false); in setup()589 when(mDialog1.isAllowDeviceCredentials()).thenReturn(true); in testErrorLockout_whenCredentialAllowed_AnimatesToCredentialUI()602 when(mDialog1.isAllowDeviceCredentials()).thenReturn(true); in testErrorLockoutPermanent_whenCredentialAllowed_AnimatesToCredentialUI()616 when(mDialog1.isAllowDeviceCredentials()).thenReturn(false); in testErrorLockout_whenCredentialNotAllowed_sendsOnError()631 when(mDialog1.isAllowDeviceCredentials()).thenReturn(false); in testErrorLockoutPermanent_whenCredentialNotAllowed_sendsOnError()