HomeSort by relevance Sort by last modified time
    Searched full:pass_button (Results 1 - 10 of 10) sorted by null

  /cts/apps/CtsVerifier/res/layout/
pass_fail_buttons.xml 21 <ImageButton android:id="@+id/pass_button"
snsr_next_button.xml 32 <Button android:id="@+id/pass_button"
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
ScreenPinningTestActivity.java 77 findViewById(R.id.pass_button).setVisibility(View.GONE);
120 findViewById(R.id.pass_button).setVisibility(View.VISIBLE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 277 View passButton = activity.findViewById(R.id.pass_button);
403 case R.id.pass_button:
428 return (ImageButton) activity.findViewById(R.id.pass_button);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java 204 mPassButton = (ImageButton) findViewById(R.id.pass_button);
443 findViewById(R.id.pass_button).setOnClickListener(this);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 134 findViewById(R.id.pass_button).setOnClickListener(new OnClickListener() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 89 mPassButton = (ImageButton) findViewById(R.id.pass_button);
542 findViewById(R.id.pass_button).setOnClickListener(this);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 594 ImageButton pass_button = (ImageButton) findViewById(R.id.pass_button); local
595 pass_button.setEnabled(enabled);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
BaseSensorTestActivity.java 131 mPassButton = (Button) findViewById(R.id.pass_button);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 212 mPassButton = (ImageButton) findViewById(R.id.pass_button);

Completed in 896 milliseconds