Searched refs:hasSecureLockScreen (Results 1 – 9 of 9) sorted by relevance
98 when(mLockPatternUtils.hasSecureLockScreen()).thenReturn(true); in setUp()153 when(mLockPatternUtils.hasSecureLockScreen()).thenReturn(false); in testChangePin_noLockScreen()157 verify(mLockPatternUtils).hasSecureLockScreen(); in testChangePin_noLockScreen()200 when(mLockPatternUtils.hasSecureLockScreen()).thenReturn(false); in testChangePassword_noLockScreen()204 verify(mLockPatternUtils).hasSecureLockScreen(); in testChangePassword_noLockScreen()245 when(mLockPatternUtils.hasSecureLockScreen()).thenReturn(false); in testChangePattern_noLockScreen()249 verify(mLockPatternUtils).hasSecureLockScreen(); in testChangePattern_noLockScreen()
102 boolean hasSecureLockScreen(); in hasSecureLockScreen() method
792 if (!hasSecureLockScreen() && newCredential.getType() != CREDENTIAL_TYPE_NONE) { in setLockCredential()1568 if (!hasSecureLockScreen() && credential.getType() != CREDENTIAL_TYPE_NONE) { in setLockCredentialWithToken()1860 public boolean hasSecureLockScreen() { in hasSecureLockScreen() method in LockPatternUtils1863 mHasSecureLockScreen = Boolean.valueOf(getLockSettings().hasSecureLockScreen()); in hasSecureLockScreen()
80 if (!mLockPatternUtils.hasSecureLockScreen()) { in onCommand()
1305 public boolean hasSecureLockScreen() { in hasSecureLockScreen() method in LockSettingsService
167 when(getServices().lockPatternUtils.hasSecureLockScreen()).thenReturn(true); in testCompMigrationAffiliated()
309 when(getServices().lockPatternUtils.hasSecureLockScreen()).thenReturn(true); in setUp()3433 when(getServices().lockPatternUtils.hasSecureLockScreen()).thenReturn(true); in testSetMaximumTimeToLockProfile()5527 when(getServices().lockPatternUtils.hasSecureLockScreen()).thenReturn(false); in testIsActivePasswordSufficient_noLockScreen()
100 when(mLockSettings.hasSecureLockScreen()).thenReturn(true); in configureTest()
4667 if (!mHasFeature || !mLockPatternUtils.hasSecureLockScreen()) {4690 if (!mLockPatternUtils.hasSecureLockScreen()) {4700 if (!mHasFeature || !mLockPatternUtils.hasSecureLockScreen()) {4748 if (!mHasFeature || !mLockPatternUtils.hasSecureLockScreen()) {4955 if (!mHasFeature || !mLockPatternUtils.hasSecureLockScreen()) {5705 if (!mLockPatternUtils.hasSecureLockScreen()) {5737 if (!mHasFeature || !mLockPatternUtils.hasSecureLockScreen()) {5780 if (!mHasFeature || !mLockPatternUtils.hasSecureLockScreen()) {5802 if (!mHasFeature || !mLockPatternUtils.hasSecureLockScreen()) {5873 if (!mLockPatternUtils.hasSecureLockScreen()) {[all …]