OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extraText
(Results
1 - 3
of
3
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/instantapps/
AppInfoTestActivity.java
37
TextView
extraText
= (TextView) findViewById(R.id.instruction_extra_text);
38
extraText
.setText(R.string.ia_app_info_instruction_label);
NotificationTestActivity.java
36
TextView
extraText
= (TextView) findViewById(R.id.instruction_extra_text);
37
extraText
.setText(R.string.ia_notification_instruction_label);
RecentAppsTestActivity.java
35
TextView
extraText
= (TextView) findViewById(R.id.instruction_extra_text);
36
extraText
.setText(R.string.ia_recents_instruction_label);
Completed in 101 milliseconds