Searched refs:isLockScreenDisabled (Results 1 – 10 of 10) sorted by relevance
107 assertTrue(mLockPatternUtils.isLockScreenDisabled(DEMO_USER_ID)); in isLockScreenDisabled_isDemoUser_true()113 assertFalse(mLockPatternUtils.isLockScreenDisabled(DEMO_USER_ID)); in isLockScreenDisabled_isSecureAndDemoUser_false()119 assertFalse(mLockPatternUtils.isLockScreenDisabled(DEMO_USER_ID)); in isLockScreenDisabled_isNotDemoUser_false()125 assertFalse(mLockPatternUtils.isLockScreenDisabled(DEMO_USER_ID)); in isLockScreenDisabled_isNotInDemoMode_false()
341 boolean isLockScreenDisabled = mLockPatternUtils.isLockScreenDisabled(mCurrentUserId); in runGetDisabled()342 getOutPrintWriter().println(isLockScreenDisabled); in runGetDisabled()
112 lockPatternUtils.isLockScreenDisabled(context.userId)
184 !lockPatternUtils.isLockScreenDisabled(selectedUserId)
460 whenever(lockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(true)503 whenever(lockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false)526 whenever(lockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false)
290 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false); in testOnStartedWakingUp_whileSleeping_ifWakeAndUnlocking_doesNotShowKeyguard()310 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false); in testOnStartedWakingUp_whileSleeping_ifNotWakeAndUnlocking_showsKeyguard()
1496 && !mLockPatternUtils.isLockScreenDisabled(1637 } else if (!mLockPatternUtils.isLockScreenDisabled(currentUser)) {1912 if (mSystemReady && mLockPatternUtils.isLockScreenDisabled(2249 if (mLockPatternUtils.isLockScreenDisabled(KeyguardUpdateMonitor.getCurrentUser())
868 boolean isLockscreenDisabled = mLockPatternUtils.isLockScreenDisabled( in showNextSecurityScreenOrFinish()
706 public boolean isLockScreenDisabled(int userId) { in isLockScreenDisabled() method in LockPatternUtils
2945 boolean isLockScreenDisabled(@UserIdInt int userId) {2946 return mLockPatternUtils.isLockScreenDisabled(userId);