Searched refs:pass_button (Results 1 – 10 of 10) sorted by relevance
61 case R.id.pass_button:81 findViewById(R.id.pass_button).setOnClickListener(clickListener); in onCreate()
79 findViewById(R.id.pass_button).setVisibility(View.GONE); in onCreate()224 findViewById(R.id.pass_button).setVisibility(View.VISIBLE);
317 View passButton = activity.findViewById(R.id.pass_button); in setPassFailClickListeners()441 if (target.getId() == R.id.pass_button) { in setTestResultAndFinish()466 return (ImageButton) activity.findViewById(R.id.pass_button); in getPassButtonView()
54 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()
661 ImageButton pass_button = (ImageButton) findViewById(R.id.pass_button); in setPassButtonEnabled() local662 pass_button.setEnabled(enabled); in setPassButtonEnabled()
89 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()546 findViewById(R.id.pass_button).setOnClickListener(this); in setPassButtonGoesToNextStage()
296 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()764 findViewById(R.id.pass_button).setOnClickListener(this); in setPassButtonGoesToNextStage()
134 findViewById(R.id.pass_button).setOnClickListener(new OnClickListener() { in setPassButtonGoesToNextStage()
137 mPassButton = (Button) findViewById(R.id.pass_button); in onCreate()
290 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()