Searched refs:pass_button (Results 1 – 12 of 12) sorted by relevance
53 findViewById(R.id.pass_button).setVisibility(View.GONE); in onCreate()101 findViewById(R.id.pass_button).setVisibility(View.VISIBLE); in processCurrentTest()
461 View passButton = activity.findViewById(R.id.pass_button); in setPassFailClickListeners()587 if (target.getId() == R.id.pass_button) { in setTestResultAndFinish()615 return (ImageButton) activity.findViewById(R.id.pass_button); in getPassButtonView()
61 case R.id.pass_button:81 findViewById(R.id.pass_button).setOnClickListener(clickListener); in onCreate()
54 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()
69 findViewById(R.id.pass_button).setVisibility(View.VISIBLE);
134 findViewById(R.id.pass_button).setOnClickListener(new OnClickListener() { in setPassButtonGoesToNextStage()
93 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()558 findViewById(R.id.pass_button).setOnClickListener(this); in setPassButtonGoesToNextStage()
700 ImageButton pass_button = (ImageButton) findViewById(R.id.pass_button); in setPassButtonEnabled() local701 pass_button.setEnabled(enabled); in setPassButtonEnabled()
815 ImageButton pass_button = (ImageButton) findViewById(R.id.pass_button); in setPassButtonEnabled() local816 pass_button.setEnabled(enabled); in setPassButtonEnabled()
297 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()761 findViewById(R.id.pass_button).setOnClickListener(this); in setPassButtonGoesToNextStage()
138 mPassButton = (Button) findViewById(R.id.pass_button); in onCreate()
292 mPassButton = (ImageButton) findViewById(R.id.pass_button); in onCreate()