Searched refs:isAllowDeviceCredentials (Results 1 – 4 of 4) sorted by relevance
101 when(mDialog1.isAllowDeviceCredentials()).thenReturn(false); in setup()102 when(mDialog2.isAllowDeviceCredentials()).thenReturn(false); in setup()259 when(mDialog1.isAllowDeviceCredentials()).thenReturn(true); in testErrorLockout_whenCredentialAllowed_AnimatesToCredentialUI()272 when(mDialog1.isAllowDeviceCredentials()).thenReturn(true); in testErrorLockoutPermanent_whenCredentialAllowed_AnimatesToCredentialUI()285 when(mDialog1.isAllowDeviceCredentials()).thenReturn(false); in testErrorLockout_whenCredentialNotAllowed_sendsOnError()298 when(mDialog1.isAllowDeviceCredentials()).thenReturn(false); in testErrorLockoutPermanent_whenCredentialNotAllowed_sendsOnError()
136 boolean isAllowDeviceCredentials(); in isAllowDeviceCredentials() method
346 if (mCurrentDialog.isAllowDeviceCredentials() && isLockout) { in onBiometricError()
323 public boolean isAllowDeviceCredentials() { in isAllowDeviceCredentials() method in AuthContainerView