Searched refs:getPinLength (Results 1 – 10 of 10) sorted by relevance
125 `when`(lockPatternUtils.getPinLength(anyInt())).thenReturn(6) in setup()229 `when`(lockPatternUtils.getPinLength(anyInt())).thenReturn(6) in testOnViewAttached_withAutoPinConfirmationFailedPasswordAttemptsLessThan5()246 `when`(lockPatternUtils.getPinLength(anyInt())).thenReturn(6) in testOnViewAttached_withAutoPinConfirmationFailedPasswordAttemptsMoreThan5()272 whenever(lockPatternUtils.getPinLength(anyInt())).thenReturn(6) in onUserInput_autoConfirmation_attemptsUnlock()
152 suspend fun getPinLength(): Int in <lambda>() method284 override suspend fun getPinLength(): Int { in getAuthenticationMethod() method285 return withContext(backgroundDispatcher) { lockPatternUtils.getPinLength(selectedUserId) } in getAuthenticationMethod()
115 repository.getPinLength().takeIf { in <lambda>()281 Pin -> inputLength < repository.getPinLength() in <lambda>()
59 int getPinLength(int userId); in getPinLength() method
627 public int getPinLength(int userId) { in getPinLength() method in LockPatternUtils629 return getLockSettings().getPinLength(userId); in getPinLength()
75 mPinLength = mLockPatternUtils.getPinLength(selectedUserInteractor.getSelectedUserId()); in KeyguardPinViewController()
120 override suspend fun getPinLength(): Int { in <lambda>() method in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
632 assertEquals(manager.getPinLength(protectorId, userId), lockscreenCredentialPin.size()); in testStorePinLengthOnDisk()
1424 public int getPinLength(int userId) { in getPinLength() method in LockSettingsService1436 return mSpManager.getPinLength(protectorId, userId); in getPinLength()
765 int getPinLength(long protectorId, int userId) { in getPinLength() method in SyntheticPasswordManager