Searched refs:isScreenLockEnabled (Results 1 – 3 of 3) sorted by relevance
126 assertThat(mController.isScreenLockEnabled(ScreenLockType.NONE)).isTrue(); in isScreenLockEnabled_Default()129 assertThat(mController.isScreenLockEnabled(ScreenLockType.PIN)).isTrue(); in isScreenLockEnabled_Default()136 assertThat(mController.isScreenLockEnabled(ScreenLockType.NONE)).isTrue(); in isScreenLockEnabled_QualityUnspecified()139 assertThat(mController.isScreenLockEnabled(ScreenLockType.PIN)).isTrue(); in isScreenLockEnabled_QualityUnspecified()149 assertThat(mController.isScreenLockEnabled(ScreenLockType.PIN)).isTrue(); in isScreenLockEnabled_QualitySomething()159 assertThat(mController.isScreenLockEnabled(ScreenLockType.PIN)).isTrue(); in isScreenLockEnabled_QualityNumeric()169 assertThat(mController.isScreenLockEnabled(ScreenLockType.PIN)).isTrue(); in isScreenLockEnabled_QualityNumericComplex()210 assertThat(mController.isScreenLockEnabled(ScreenLockType.PIN)).isTrue(); in isScreenLockEnabled_NoneComplexity()221 assertThat(mController.isScreenLockEnabled(ScreenLockType.PIN)).isTrue(); in isScreenLockEnabled_lowComplexity()232 assertThat(mController.isScreenLockEnabled(ScreenLockType.PIN)).isTrue(); in isScreenLockEnabled_mediumComplexity()[all …]
192 public boolean isScreenLockEnabled(ScreenLockType type) { in isScreenLockEnabled() method in ChooseLockGenericController244 if (isScreenLockVisible(lock) && isScreenLockEnabled(lock)) { in getVisibleAndEnabledScreenLockTypes()
757 boolean enabled = mController.isScreenLockEnabled(lock); in disableUnusablePreferences()