Searched refs:lockPatternView (Results 1 – 3 of 3) sorted by relevance
142 LockPatternView lockPatternView = (LockPatternView) activity.findViewById(R.id.lockPattern); in onCreate_remoteValidation_successfullyStart() local143 assertThat(lockPatternView.isInStealthMode()).isFalse(); in onCreate_remoteValidation_successfullyStart()153 LockPatternView lockPatternView = activity.findViewById(R.id.lockPattern); in onPatternDetected_normalFlow_doesNotAttemptRemoteLockscreenValidation() local156 triggerOnPatternDetected(lockPatternView); in onPatternDetected_normalFlow_doesNotAttemptRemoteLockscreenValidation()171 LockPatternView lockPatternView = activity.findViewById(R.id.lockPattern); in onPatternDetected_remoteValidation_guessValid_checkboxChecked() local176 triggerOnPatternDetected(lockPatternView); in onPatternDetected_remoteValidation_guessValid_checkboxChecked()196 LockPatternView lockPatternView = activity.findViewById(R.id.lockPattern); in onPatternDetected_remoteValidation_guessValid_checkboxUnchecked() local202 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 …]
110 final LockPatternView lockPatternView = mActivity.findViewById(R.id.lockPattern); in optionsButton_whenPatternSelected_shouldBeVisible() local111 ReflectionHelpers.callInstanceMethod(lockPatternView, "notifyPatternDetected"); in optionsButton_whenPatternSelected_shouldBeVisible()362 LockPatternView lockPatternView = mActivity.findViewById(R.id.lockPattern); in enterPattern() local363 lockPatternView.setPattern( in enterPattern()370 ReflectionHelpers.callInstanceMethod(lockPatternView, "notifyPatternDetected"); in enterPattern()374 LockPatternView lockPatternView = mActivity.findViewById(R.id.lockPattern); in enterShortPattern() local375 lockPatternView.setPattern( in enterShortPattern()381 ReflectionHelpers.callInstanceMethod(lockPatternView, "notifyPatternDetected"); in enterShortPattern()
111 LockPatternView patternView = getLayout().findViewById(R.id.lockPatternView);