Searched refs:mClivHostInterface (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListAdapter.java35 private final ConversationListItemView.HostInterface mClivHostInterface; field in class:ConversationListAdapter
40 mClivHostInterface = clivHostInterface;
53 conversationListItemView.bind(cursor, mClivHostInterface);
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactListAdapter.java31 private final ContactListItemView.HostInterface mClivHostInterface; field in class:ContactListAdapter
39 mClivHostInterface = clivHostInterface;
57 contactListItemView.bind(cursor, mClivHostInterface, mNeedAlphabetHeader, alphabetHeader);
H A DContactDropdownLayouter.java44 private final ContactListItemView.HostInterface mClivHostInterface; field in class:ContactDropdownLayouter
49 mClivHostInterface = new ContactListItemView.HostInterface() {
105 mClivHostInterface, (type == AdapterType.SINGLE_RECIPIENT), isWorkContact);
H A DContactRecipientPhotoManager.java44 private final ContactListItemView.HostInterface mClivHostInterface; field in class:ContactRecipientPhotoManager
52 mClivHostInterface = clivHostInterface;

Completed in 341 milliseconds