Searched refs:isLockScreenDisabled (Results 1 – 9 of 9) sorted by relevance
106 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(true); in updateState_notSecureDisableKeyguard_shouldNotShowGear()117 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(true); in updateState_notSecureDisableKeyguard_summaryShouldShowOff()129 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false); in updateState_notSecureWithSwipeKeyguard_shouldNotShowGear()140 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false); in updateState_notSecureWithSwipeKeyguard_summaryShouldShowSwipe()152 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false); in updateState_secureWithPinKeyguard_shouldShowGear()165 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false); in updateState_secureWithPinKeyguard_summaryShouldShowPin()180 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false); in updateState_secureWithPasswordKeyguard_shouldShowGear()193 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false); in updateState_secureWithPasswordKeyguard_summaryShouldShowPassword()207 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false); in updateState_secureWithPatternKeyguard_shouldShowGear()220 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false); in updateState_secureWithPatternKeyguard_summaryShouldShowPattern()
167 doReturn(true).when(mLockPatternUtils).isLockScreenDisabled(anyInt()); in updateEnableState_lockScreenDisabled_shouldDisablePreference()178 doReturn(false).when(mLockPatternUtils).isLockScreenDisabled(anyInt()); in updateEnableState_lockScreenEnabled_shouldEnablePreference()192 doReturn(false).when(mLockPatternUtils).isLockScreenDisabled(anyInt()); in handlePreferenceTreeClick_shouldLaunchOwnerInfoSettings()
128 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(true); in isPageSearchable_notLocked_shouldBeSearchable()
91 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(true); in getAvailabilityStatus_notSecure_lockscreenDisabled_AVAILABLE()99 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false); in getAvailabilityStatus_notSecure_lockscreenEnabled_AVAILABLE()
116 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(true); in getSummary_unsecureAndDisabledPattern_shouldReturnUnlockModeOff()127 when(mLockPatternUtils.isLockScreenDisabled(anyInt())).thenReturn(false); in getSummary_unsecurePattern_shouldReturnUnlockModeNone()
101 mOwnerInfoPref.setEnabled(!mLockPatternUtils.isLockScreenDisabled(MY_USER_ID)); in updateEnableState()
172 || mLockPatternUtils.isLockScreenDisabled(userId)) { in getSummaryResId()
235 public boolean isLockScreenDisabled(int userId) { in isLockScreenDisabled() method in ShadowLockPatternUtils
740 if (mLockPatternUtils.isLockScreenDisabled(credentialOwner)) { in getKeyForCurrent()