Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DSetupFingerprintEnrollIntroductionTest.java91 final Button skipButton = in testKeyguardNotSecure_shouldFinishWithSetupSkipDialogResultSkip() local
93 assertThat(skipButton.getVisibility()).named("Skip visible").isEqualTo(View.VISIBLE); in testKeyguardNotSecure_shouldFinishWithSetupSkipDialogResultSkip()
94 skipButton.performClick(); in testKeyguardNotSecure_shouldFinishWithSetupSkipDialogResultSkip()
110 final Button skipButton = in testKeyguardSecure_shouldFinishWithFingerprintResultSkip() local
112 assertThat(skipButton.getVisibility()).named("Skip visible").isEqualTo(View.VISIBLE); in testKeyguardSecure_shouldFinishWithFingerprintResultSkip()
113 skipButton.performClick(); in testKeyguardSecure_shouldFinishWithFingerprintResultSkip()
154 final Button skipButton = in testCancelClicked_shouldSetIntentDataIfLockScreenAdded() local
157 skipButton.performClick(); in testCancelClicked_shouldSetIntentDataIfLockScreenAdded()
171 final Button skipButton = in testCancelClicked_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch() local
173 skipButton.performClick(); in testCancelClicked_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSettingsActivity.java299 Button skipButton = findViewById(R.id.skip_button); in onCreate() local
300 skipButton.setOnClickListener(v -> { in onCreate()
328 skipButton.setVisibility(View.VISIBLE); in onCreate()
/packages/apps/Settings/src/com/android/settings/
DSettingsActivity.java310 Button skipButton = findViewById(R.id.skip_button); in onCreate() local
311 skipButton.setOnClickListener(v -> { in onCreate()
339 skipButton.setVisibility(View.VISIBLE); in onCreate()