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

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewAdapter.java 81 private final ContactInfoSource mContactInfoSource;
277 v.setContactInfoSource(mAdapter.mContactInfoSource);
562 mContactInfoSource = contactInfoSource;
MessageHeaderView.java 141 private ContactInfoSource mContactInfoSource;
300 mContactInfoSource = contactInfoSource;
333 mContactInfoSource.unregisterObserver(mContactInfoObserver);
475 mContactInfoSource.registerObserver(mContactInfoObserver);
831 if (mContactInfoSource == null || mSender == null) {
848 final ContactInfo info = mContactInfoSource.getContactInfo(email);
    [all...]

Completed in 2396 milliseconds