Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DConfirmLockPatternTest.java141 LockPatternView lockPatternView = (LockPatternView) activity.findViewById(R.id.lockPattern); in onCreate_remoteValidation_successfullyStart() local
142 assertThat(lockPatternView.isInStealthMode()).isFalse(); in onCreate_remoteValidation_successfullyStart()
151 LockPatternView lockPatternView = activity.findViewById(R.id.lockPattern); in onPatternDetected_normalFlow_doesNotAttemptRemoteLockscreenValidation() local
154 triggerOnPatternDetected(lockPatternView); in onPatternDetected_normalFlow_doesNotAttemptRemoteLockscreenValidation()
169 LockPatternView lockPatternView = activity.findViewById(R.id.lockPattern); in onPatternDetected_remoteValidation_guessValid_checkboxChecked() local
174 triggerOnPatternDetected(lockPatternView); in onPatternDetected_remoteValidation_guessValid_checkboxChecked()
195 LockPatternView lockPatternView = activity.findViewById(R.id.lockPattern); in onPatternDetected_remoteValidation_guessValid_checkboxUnchecked() local
201 triggerOnPatternDetected(lockPatternView); in onPatternDetected_remoteValidation_guessValid_checkboxUnchecked()
222 LockPatternView lockPatternView = activity.findViewById(R.id.lockPattern); in onPatternDetected_remoteValidation_guessInvalid() local
227 triggerOnPatternDetected(lockPatternView); in onPatternDetected_remoteValidation_guessInvalid()
[all …]
DSetupChooseLockPatternTest.java109 final LockPatternView lockPatternView = mActivity.findViewById(R.id.lockPattern); in optionsButton_whenPatternSelected_shouldBeVisible() local
110 ReflectionHelpers.callInstanceMethod(lockPatternView, "notifyPatternDetected"); in optionsButton_whenPatternSelected_shouldBeVisible()
371 LockPatternView lockPatternView = mActivity.findViewById(R.id.lockPattern); in enterPattern() local
372 lockPatternView.setPattern( in enterPattern()
379 ReflectionHelpers.callInstanceMethod(lockPatternView, "notifyPatternDetected"); in enterPattern()
383 LockPatternView lockPatternView = mActivity.findViewById(R.id.lockPattern); in enterShortPattern() local
384 lockPatternView.setPattern( in enterShortPattern()
390 ReflectionHelpers.callInstanceMethod(lockPatternView, "notifyPatternDetected"); in enterShortPattern()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java106 LockPatternView patternView = getLayout().findViewById(R.id.lockPatternView);