Home
last modified time | relevance | path

Searched refs:mContactInfoSource (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageHeaderView.java155 private ContactInfoSource mContactInfoSource; field in MessageHeaderView
316 mContactInfoSource = contactInfoSource; in setContactInfoSource()
353 mContactInfoSource.unregisterObserver(mContactInfoObserver); in unbind()
477 mContactInfoSource.registerObserver(mContactInfoObserver); in render()
810 if (mContactInfoSource == null || mSender == null) { in updateContactInfo()
825 final ContactInfo info = mContactInfoSource.getContactInfo(email); in updateContactInfo()
DConversationViewAdapter.java66 private final ContactInfoSource mContactInfoSource; field in ConversationViewAdapter
170 v.setContactInfoSource(mAdapter.mContactInfoSource); in createView()
457 mContactInfoSource = contactInfoSource; in ConversationViewAdapter()