Searched refs:isLockScreenDisabled (Results 1 – 11 of 11) sorted by relevance
61 whenever(lockPatternUtils.isLockScreenDisabled(USER_INFOS[0].id)).thenReturn(false) in isLockscreenEnabled()62 whenever(lockPatternUtils.isLockScreenDisabled(USER_INFOS[1].id)).thenReturn(true) in isLockscreenEnabled()
138 assertTrue(mLockPatternUtils.isLockScreenDisabled(DEMO_USER_ID)); in isLockScreenDisabled_isDemoUser_true()144 assertFalse(mLockPatternUtils.isLockScreenDisabled(DEMO_USER_ID)); in isLockScreenDisabled_isSecureAndDemoUser_false()150 assertFalse(mLockPatternUtils.isLockScreenDisabled(DEMO_USER_ID)); in isLockScreenDisabled_isNotDemoUser_false()156 assertFalse(mLockPatternUtils.isLockScreenDisabled(DEMO_USER_ID)); in isLockScreenDisabled_isNotInDemoMode_false()
333 boolean isLockScreenDisabled = mLockPatternUtils.isLockScreenDisabled(mCurrentUserId); in runGetDisabled()334 getOutPrintWriter().println(isLockScreenDisabled); in runGetDisabled()
59 !lockPatternUtils.isLockScreenDisabled(selectedUserId) in isLockscreenEnabled()
153 lockPatternUtils.isLockScreenDisabled(context.userId) in <lambda>()
491 whenever(lockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(true) in <lambda>()534 whenever(lockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false) in <lambda>()557 whenever(lockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false) in <lambda>()582 whenever(lockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false) in <lambda>()608 whenever(lockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false) in <lambda>()
435 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false); in testOnStartedWakingUp_whileSleeping_ifWakeAndUnlocking_doesNotShowKeyguard()455 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false); in testOnStartedWakingUp_whileSleeping_ifNotWakeAndUnlocking_showsKeyguard()
1583 && !mLockPatternUtils.isLockScreenDisabled(1722 } else if (!mLockPatternUtils.isLockScreenDisabled(currentUser)) {1997 if (mSystemReady && mLockPatternUtils.isLockScreenDisabled(2370 if (mLockPatternUtils.isLockScreenDisabled(mSelectedUserInteractor.getSelectedUserId())
877 boolean isLockscreenDisabled = mLockPatternUtils.isLockScreenDisabled( in showNextSecurityScreenOrFinish()
694 public boolean isLockScreenDisabled(int userId) { in isLockScreenDisabled() method in LockPatternUtils
3291 boolean isLockScreenDisabled(@UserIdInt int userId) {3292 return mLockPatternUtils.isLockScreenDisabled(userId);