Searched refs:lockPatternView (Results 1 – 3 of 3) sorted by relevance
141 LockPatternView lockPatternView = (LockPatternView) activity.findViewById(R.id.lockPattern); in onCreate_remoteValidation_successfullyStart() local142 assertThat(lockPatternView.isInStealthMode()).isFalse(); in onCreate_remoteValidation_successfullyStart()151 LockPatternView lockPatternView = activity.findViewById(R.id.lockPattern); in onPatternDetected_normalFlow_doesNotAttemptRemoteLockscreenValidation() local154 triggerOnPatternDetected(lockPatternView); in onPatternDetected_normalFlow_doesNotAttemptRemoteLockscreenValidation()169 LockPatternView lockPatternView = activity.findViewById(R.id.lockPattern); in onPatternDetected_remoteValidation_guessValid_checkboxChecked() local174 triggerOnPatternDetected(lockPatternView); in onPatternDetected_remoteValidation_guessValid_checkboxChecked()195 LockPatternView lockPatternView = activity.findViewById(R.id.lockPattern); in onPatternDetected_remoteValidation_guessValid_checkboxUnchecked() local201 triggerOnPatternDetected(lockPatternView); in onPatternDetected_remoteValidation_guessValid_checkboxUnchecked()222 LockPatternView lockPatternView = activity.findViewById(R.id.lockPattern); in onPatternDetected_remoteValidation_guessInvalid() local227 triggerOnPatternDetected(lockPatternView); in onPatternDetected_remoteValidation_guessInvalid()[all …]
109 final LockPatternView lockPatternView = mActivity.findViewById(R.id.lockPattern); in optionsButton_whenPatternSelected_shouldBeVisible() local110 ReflectionHelpers.callInstanceMethod(lockPatternView, "notifyPatternDetected"); in optionsButton_whenPatternSelected_shouldBeVisible()371 LockPatternView lockPatternView = mActivity.findViewById(R.id.lockPattern); in enterPattern() local372 lockPatternView.setPattern( in enterPattern()379 ReflectionHelpers.callInstanceMethod(lockPatternView, "notifyPatternDetected"); in enterPattern()383 LockPatternView lockPatternView = mActivity.findViewById(R.id.lockPattern); in enterShortPattern() local384 lockPatternView.setPattern( in enterShortPattern()390 ReflectionHelpers.callInstanceMethod(lockPatternView, "notifyPatternDetected"); in enterShortPattern()
106 LockPatternView patternView = getLayout().findViewById(R.id.lockPatternView);