Searched refs:isAutoPinConfirmEnabled (Results 1 – 5 of 5) sorted by relevance
230 `when`(lockPatternUtils.isAutoPinConfirmEnabled(anyInt())).thenReturn(true) in testOnViewAttached_withAutoPinConfirmationFailedPasswordAttemptsLessThan5()247 `when`(lockPatternUtils.isAutoPinConfirmEnabled(anyInt())).thenReturn(true) in testOnViewAttached_withAutoPinConfirmationFailedPasswordAttemptsMoreThan5()273 whenever(lockPatternUtils.isAutoPinConfirmEnabled(anyInt())).thenReturn(true) in onUserInput_autoConfirmation_attemptsUnlock()
126 whenever(lockPatternUtils.isAutoPinConfirmEnabled(USER_INFOS[0].id)).thenReturn(true) in isAutoConfirmFeatureEnabled()127 whenever(lockPatternUtils.isAutoPinConfirmEnabled(USER_INFOS[1].id)).thenReturn(false) in isAutoConfirmFeatureEnabled()
191 return mLockPatternUtils.isAutoPinConfirmEnabled( in isAutoPinConfirmEnabledInSettings()
209 getFreshValue = lockPatternUtils::isAutoPinConfirmEnabled,
724 public boolean isAutoPinConfirmEnabled(int userId) { in isAutoPinConfirmEnabled() method in LockPatternUtils