Searched refs:isLockPatternEnabled (Results 1 – 5 of 5) sorted by relevance
101 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(false); in testWrongPassword()114 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(false); in testChangePin()134 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(false); in testChangePin_nonCompliant()161 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(false); in testChangePassword()181 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(false); in testChangePassword_nonCompliant()208 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(true); in testChangePattern()227 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(true); in testChangePattern_nonCompliant()253 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(true); in testClear()272 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(true); in testClear_nonCompliant()288 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(false); in testSetPin_nonCompliantWithComplexity()[all …]
80 && (patternUtils.isLockPatternEnabled(UserHandle.myUserId()) in create()
239 if (mLockPatternUtils.isLockPatternEnabled(mCurrentUserId)) { in getOldCredential()
959 public boolean isLockPatternEnabled(int userId) { in isLockPatternEnabled() method in LockPatternUtils
680 final boolean lockPatternEnabled = lockPatternUtils.isLockPatternEnabled(userId); in getLockSettings()