Searched refs:getLockSettings (Results 1 – 3 of 3) sorted by relevance
128 getLockSettings().checkCredential(pin, USER_SYSTEM, null); in unlockDeviceWithPin()169 ILockSettings getLockSettings() { in getLockSettings() method in FallbackHome170 return new LockPatternUtils(this).getLockSettings(); in getLockSettings()
75 doReturn(mLockSettings).when(mFallbackHome).getLockSettings(); in unlockDeviceAutomaticallyWhenPinIsSaved()
71 when(mLockPatternUtils.getLockSettings()).thenReturn(mLockSettings); in setUp()