Searched refs:skipButton (Results 1 – 2 of 2) sorted by relevance
70 final Button skipButton = in testKeyguardNotSecure_shouldShowSkipDialog() local72 assertEquals(View.VISIBLE, skipButton.getVisibility()); in testKeyguardNotSecure_shouldShowSkipDialog()73 skipButton.performClick(); in testKeyguardNotSecure_shouldShowSkipDialog()86 final Button skipButton = in testKeyguardSecure_shouldNotShowSkipDialog() local88 assertEquals(View.VISIBLE, skipButton.getVisibility()); in testKeyguardSecure_shouldNotShowSkipDialog()89 skipButton.performClick(); in testKeyguardSecure_shouldNotShowSkipDialog()
372 Button skipButton = (Button)findViewById(R.id.skip_button); in onCreate() local373 skipButton.setOnClickListener(new OnClickListener() { in onCreate()407 skipButton.setVisibility(View.VISIBLE); in onCreate()