Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DSetupFingerprintEnrollIntroductionTest.java165 final Button skipButton = in testKeyguardNotSecure_shouldFinishWithSetupSkipDialogResultSkip() local
167 assertWithMessage("Skip visible").that(skipButton.getVisibility()).isEqualTo(View.VISIBLE); in testKeyguardNotSecure_shouldFinishWithSetupSkipDialogResultSkip()
168 skipButton.performClick(); in testKeyguardNotSecure_shouldFinishWithSetupSkipDialogResultSkip()
184 final Button skipButton = in testKeyguardSecure_shouldFinishWithFingerprintResultSkip() local
186 assertWithMessage("Skip visible").that(skipButton.getVisibility()).isEqualTo(View.VISIBLE); in testKeyguardSecure_shouldFinishWithFingerprintResultSkip()
187 skipButton.performClick(); in testKeyguardSecure_shouldFinishWithFingerprintResultSkip()
228 final Button skipButton = in testCancelClicked_shouldSetIntentDataIfLockScreenAdded() local
231 skipButton.performClick(); in testCancelClicked_shouldSetIntentDataIfLockScreenAdded()
243 final Button skipButton = in testCancelClicked_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch() local
245 skipButton.performClick(); in testCancelClicked_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
/packages/apps/Settings/src/com/android/settings/
DSettingsActivity.java362 Button skipButton = findViewById(R.id.skip_button); in createUiFromIntent() local
363 skipButton.setOnClickListener(v -> { in createUiFromIntent()
391 skipButton.setVisibility(View.VISIBLE); in createUiFromIntent()