Searched refs:isLockPasswordEnabled (Results 1 – 4 of 4) sorted by relevance
102 when(mLockPatternUtils.isLockPasswordEnabled(mUserId)).thenReturn(true); in testWrongPassword()115 when(mLockPatternUtils.isLockPasswordEnabled(mUserId)).thenReturn(true); in testChangePin()135 when(mLockPatternUtils.isLockPasswordEnabled(mUserId)).thenReturn(true); in testChangePin_nonCompliant()162 when(mLockPatternUtils.isLockPasswordEnabled(mUserId)).thenReturn(true); in testChangePassword()182 when(mLockPatternUtils.isLockPasswordEnabled(mUserId)).thenReturn(true); in testChangePassword_nonCompliant()209 when(mLockPatternUtils.isLockPasswordEnabled(mUserId)).thenReturn(false); in testChangePattern()228 when(mLockPatternUtils.isLockPasswordEnabled(mUserId)).thenReturn(false); in testChangePattern_nonCompliant()254 when(mLockPatternUtils.isLockPasswordEnabled(mUserId)).thenReturn(false); in testClear()273 when(mLockPatternUtils.isLockPasswordEnabled(mUserId)).thenReturn(false); in testClear_nonCompliant()289 when(mLockPatternUtils.isLockPasswordEnabled(mUserId)).thenReturn(true); in testSetPin_nonCompliantWithComplexity()[all …]
81 || patternUtils.isLockPasswordEnabled(UserHandle.myUserId())); in create()
231 if (mLockPatternUtils.isLockPasswordEnabled(mCurrentUserId)) { in getOldCredential()
950 public boolean isLockPasswordEnabled(int userId) { in isLockPasswordEnabled() method in LockPatternUtils