Home
last modified time | relevance | path

Searched refs:SWIPE (Results 1 – 7 of 7) sorted by relevance

/platform_testing/libraries/sts-common-util/device-side/src/com/android/sts/common/
DLockSettingsUtil.java50 SWIPE enumConstant
103 return this.withLockScreen(LockScreenType.SWIPE, null); in withSwipe()
125 if (lockScreenType != LockScreenType.SWIPE && lockScreenCode == null) { in withLockScreen()
146 case SWIPE: in withLockScreen()
156 if (lockScreenType == LockScreenType.SWIPE) { in withLockScreen()
169 if (lockScreenType == LockScreenType.SWIPE) { in withLockScreen()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/rules/
DLockscreenRule.kt41 SWIPE -> TODO("Not yet supported.") in starting()
49 setLockscreen(SWIPE) in finished()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/constants/
DJsonConfigConstants.java83 SWIPE, enumConstant
111 SWIPE, enumConstant
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/
DValidateWorkflowTask.java78 if (workflowTaskType != SupportedWorkFlowTasks.SWIPE) { in deserialize()
117 case SWIPE: in deserialize()
136 case SWIPE: in deserialize()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DSysuiRestarter.kt60 LockscreenType.SWIPE, in restartSystemUI()
DLockscreenUtils.java99 case SWIPE: in setLockscreen()
242 SWIPE, enumConstant
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DWorkflowTask.java191 case SWIPE: in executeTask()
198 FindType.SWIPE, in executeTask()
206 FindType.SWIPE, in executeTask()
326 if (howToFind == FindType.SWIPE && !isValidUiObject(uiObject)) { in validateAndClickUiElement()