Searched refs:skipButton (Results 1 – 2 of 2) sorted by relevance
165 final Button skipButton = in testKeyguardNotSecure_shouldFinishWithSetupSkipDialogResultSkip() local167 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() local186 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() local231 skipButton.performClick(); in testCancelClicked_shouldSetIntentDataIfLockScreenAdded()243 final Button skipButton = in testCancelClicked_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch() local245 skipButton.performClick(); in testCancelClicked_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
362 Button skipButton = findViewById(R.id.skip_button); in createUiFromIntent() local363 skipButton.setOnClickListener(v -> { in createUiFromIntent()391 skipButton.setVisibility(View.VISIBLE); in createUiFromIntent()