Searched refs:skipButton (Results 1 – 2 of 2) sorted by relevance
118 final Button skipButton = in testKeyguardNotSecure_shouldFinishWithSetupSkipDialogResultSkip() local120 assertWithMessage("Skip visible").that(skipButton.getVisibility()).isEqualTo(View.VISIBLE); in testKeyguardNotSecure_shouldFinishWithSetupSkipDialogResultSkip()121 skipButton.performClick(); in testKeyguardNotSecure_shouldFinishWithSetupSkipDialogResultSkip()137 final Button skipButton = in testKeyguardSecure_shouldFinishWithFingerprintResultSkip() local139 assertWithMessage("Skip visible").that(skipButton.getVisibility()).isEqualTo(View.VISIBLE); in testKeyguardSecure_shouldFinishWithFingerprintResultSkip()140 skipButton.performClick(); in testKeyguardSecure_shouldFinishWithFingerprintResultSkip()181 final Button skipButton = in testCancelClicked_shouldSetIntentDataIfLockScreenAdded() local184 skipButton.performClick(); in testCancelClicked_shouldSetIntentDataIfLockScreenAdded()198 final Button skipButton = in testCancelClicked_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch() local200 skipButton.performClick(); in testCancelClicked_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
311 Button skipButton = findViewById(R.id.skip_button); in onCreate() local312 skipButton.setOnClickListener(v -> { in onCreate()340 skipButton.setVisibility(View.VISIBLE); in onCreate()