Searched refs:isLockPatternEnabled (Results 1 – 4 of 4) sorted by relevance
104 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(false); in testWrongPassword()117 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(false); in testChangePin()137 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(false); in testChangePin_nonCompliant()164 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(false); in testChangePassword()184 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(false); in testChangePassword_nonCompliant()211 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(true); in testChangePattern()230 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(true); in testChangePattern_nonCompliant()256 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(true); in testClear()275 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(true); in testClear_nonCompliant()291 when(mLockPatternUtils.isLockPatternEnabled(mUserId)).thenReturn(false); in testSetPin_nonCompliantWithComplexity()[all …]
231 if (mLockPatternUtils.isLockPatternEnabled(mCurrentUserId)) { in getOldCredential()
1074 public boolean isLockPatternEnabled(int userId) { in isLockPatternEnabled() method in LockPatternUtils
742 final boolean lockPatternEnabled = lockPatternUtils.isLockPatternEnabled(userId); in getLockSettings()