OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeView
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java
241
final TextView
typeView
= (TextView) field.findViewById(R.id.type);
243
typeView
.setText(type);
245
typeView
.setVisibility(View.GONE);
/packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java
168
final TextView
typeView
= (TextView) view.findViewById(android.R.id.text1);
172
typeView
.setText(value);
Completed in 1281 milliseconds