OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contactNameView
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
NewCallLogViewHolder.java
30
private final TextView
contactNameView
;
35
contactNameView
= view.findViewById(R.id.contact_name);
40
contactNameView
.setText("Contact Name Placeholder");
/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
ContactListItemViewTest.java
59
final TextView
contactNameView
= (TextView) view.findViewById(R.id.contact_name);
63
assertNotNull(
contactNameView
);
64
assertEquals(contactName,
contactNameView
.getText());
Completed in 435 milliseconds