OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:labelTextView
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
SelectPhoneAccountDialogFragment.java
237
holder.
labelTextView
= (TextView) rowView.findViewById(R.id.label);
252
holder.
labelTextView
.setText(account.getLabel());
268
TextView
labelTextView
;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListAdapter.java
642
TextView
labelTextView
= (TextView)view.findViewById(R.id.label);
644
labelTextView
.setText(directoryPartition.getLabel());
Completed in 417 milliseconds