HomeSort by relevance Sort by last modified time
    Searched refs:mClivHostInterface (Results 1 - 4 of 4) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListAdapter.java 35 private final ConversationListItemView.HostInterface mClivHostInterface;
40 mClivHostInterface = clivHostInterface;
53 conversationListItemView.bind(cursor, mClivHostInterface);
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactListAdapter.java 31 private final ContactListItemView.HostInterface mClivHostInterface;
39 mClivHostInterface = clivHostInterface;
57 contactListItemView.bind(cursor, mClivHostInterface, mNeedAlphabetHeader, alphabetHeader);
ContactDropdownLayouter.java 44 private final ContactListItemView.HostInterface mClivHostInterface;
49 mClivHostInterface = new ContactListItemView.HostInterface() {
105 mClivHostInterface, (type == AdapterType.SINGLE_RECIPIENT), isWorkContact);
ContactRecipientPhotoManager.java 44 private final ContactListItemView.HostInterface mClivHostInterface;
52 mClivHostInterface = clivHostInterface;

Completed in 134 milliseconds