OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pass_button
(Results
1 - 8
of
8
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
ScreenPinningTestActivity.java
79
findViewById(R.id.
pass_button
).setVisibility(View.GONE);
224
findViewById(R.id.
pass_button
).setVisibility(View.VISIBLE);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java
281
View passButton = activity.findViewById(R.id.
pass_button
);
404
if (target.getId() == 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
198
mPassButton = (ImageButton) findViewById(R.id.
pass_button
);
482
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/camera/video/
CameraVideoActivity.java
212
mPassButton = (ImageButton) findViewById(R.id.
pass_button
);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
BaseSensorTestActivity.java
132
mPassButton = (Button) findViewById(R.id.
pass_button
);
Completed in 157 milliseconds