OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:infobutton
(Results
1 - 1
of
1
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java
92
View
infoButton
= activity.findViewById(R.id.info_button);
93
infoButton
.setVisibility(View.VISIBLE);
94
infoButton
.setOnClickListener(new OnClickListener() {
Completed in 14 milliseconds