Searched refs:SWIPE (Results 1 – 7 of 7) sorted by relevance
103 mController.isScreenLockVisible(ScreenLockType.SWIPE)).isFalse(); in isScreenLockVisible_shouldRespectResourceConfig()110 mController.isScreenLockVisible(ScreenLockType.SWIPE)).isFalse(); in isScreenLockVisible_ManagedProfile_shouldHideInsecure()126 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isTrue(); in isScreenLockEnabled_Default()136 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isTrue(); in isScreenLockEnabled_QualityUnspecified()146 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isFalse(); in isScreenLockEnabled_QualitySomething()156 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isFalse(); in isScreenLockEnabled_QualityNumeric()166 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isFalse(); in isScreenLockEnabled_QualityNumericComplex()176 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isFalse(); in isScreenLockEnabled_QualityAlphabetic()186 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isFalse(); in isScreenLockEnabled_QualityComplex()197 assertThat(mController.isScreenLockEnabled(ScreenLockType.SWIPE)).isTrue(); in isScreenLockEnabled_NoneComplexity()[all …]
30 SWIPE( enumConstant94 return ScreenLockType.SWIPE; in fromQuality()
172 case SWIPE: in isScreenLockVisible()219 case SWIPE: in getTitle()
177 case SWIPE: in getIconForScreenLock()
989 return !(ScreenLockType.SWIPE.preferenceKey.equals(unlockMethod) || in isUnlockMethodSecure()1000 case SWIPE: in setUnlockMethod()
95 AnimationState.SWIPE,107 int SWIPE = 3; // A special state in which text and icon follows the finger movement field165 if (animationState == AnimationState.SWIPE || animationState == AnimationState.HINT) { in onStart()273 if (animationState == AnimationState.SWIPE && getContext() != null && isVisible()) { in onProgressChanged()280 setAnimationState(AnimationState.SWIPE); in onTrackingStart()535 if (animationState == AnimationState.SWIPE) { in setAnimationState()570 case AnimationState.SWIPE: in updateAnimationState()
49 .isEqualTo(ScreenLockType.SWIPE); in fromQuality_shouldReturnLockWithAssociatedQuality()