Searched refs:skipButton (Results 1 – 3 of 3) sorted by relevance
91 final Button skipButton = in testKeyguardNotSecure_shouldFinishWithSetupSkipDialogResultSkip() local93 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() local112 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() local157 skipButton.performClick(); in testCancelClicked_shouldSetIntentDataIfLockScreenAdded()171 final Button skipButton = in testCancelClicked_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch() local173 skipButton.performClick(); in testCancelClicked_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
298 Button skipButton = findViewById(R.id.skip_button); in onCreate() local299 skipButton.setOnClickListener(v -> { in onCreate()327 skipButton.setVisibility(View.VISIBLE); in onCreate()
296 Button skipButton = findViewById(R.id.skip_button); in onCreate() local297 skipButton.setOnClickListener(v -> { in onCreate()325 skipButton.setVisibility(View.VISIBLE); in onCreate()