Searched refs:clearLock (Results 1 – 4 of 4) sorted by relevance
172 verify(mLockPatternUtils).clearLock("1234".getBytes(), mUserId); in testClear()
216 mLockPatternUtils.clearLock(oldBytes, mCurrentUserId); in runClear()
684 public boolean clearLock(byte[] savedCredential, int userHandle) { in clearLock() method in LockPatternUtils685 return clearLock(savedCredential, userHandle, false); in clearLock()691 public boolean clearLock(byte[] savedCredential, int userHandle, boolean allowUntrustedChange) { in clearLock() method in LockPatternUtils
5197 mLockPatternUtils.clearLock(null, userHandle, in resetPasswordInternal()