Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DSetupChooseLockPatternTest.java112 enterPattern(); in optionsButton_whenPatternSelected_shouldBeVisible()
179 enterPattern(); in clearButton_shouldBeVisible_duringRetryStage()
204 enterPattern(); in createActivity_enterPattern_clearButtonShouldBeShown()
248 enterPattern(); in createActivity_enterPattern_shouldGoToFirstChoiceValidStage()
292 enterPattern(); in inFirstChoiceValidStage_nextButtonState_shouldEnabled()
306 enterPattern(); in inFirstChoiceValidStage_clickNextButton_shouldGoToNeedToConfirmStage()
322 enterPattern(); in inNeedToConfirmStage_enterWrongPattern_shouldGoToConfirmWrongStage()
348 enterPattern(); in inNeedToConfirmStage_enterCorrectPattern_shouldGoToChoiceConfirmedStage()
355 enterPattern(); in inNeedToConfirmStage_enterCorrectPattern_shouldGoToChoiceConfirmedStage()
370 private void enterPattern() { in enterPattern() method in SetupChooseLockPatternTest