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.java141 private ContactInfoSource mContactInfoSource; field in MessageHeaderView
300 mContactInfoSource = contactInfoSource; in setContactInfoSource()
333 mContactInfoSource.unregisterObserver(mContactInfoObserver); in unbind()
475 mContactInfoSource.registerObserver(mContactInfoObserver); in render()
831 if (mContactInfoSource == null || mSender == null) { in updateContactInfo()
848 final ContactInfo info = mContactInfoSource.getContactInfo(email); in updateContactInfo()
DConversationViewAdapter.java81 private final ContactInfoSource mContactInfoSource; field in ConversationViewAdapter
277 v.setContactInfoSource(mAdapter.mContactInfoSource); in createView()
562 mContactInfoSource = contactInfoSource; in ConversationViewAdapter()