Searched refs:mContactLoaderCallbacks (Results 1 – 2 of 2) sorted by relevance
80 private ContactLoaderCallbacks mContactLoaderCallbacks; field in EmlMessageViewFragment243 if (mContactLoaderCallbacks == null) { in getContactInfoSource()244 mContactLoaderCallbacks = new ContactLoaderCallbacks(getActivity()); in getContactInfoSource()246 return mContactLoaderCallbacks; in getContactInfoSource()
73 private ContactLoaderCallbacks mContactLoaderCallbacks; field in AbstractConversationViewFragment339 if (mContactLoaderCallbacks == null) { in getContactInfoSource()340 mContactLoaderCallbacks = mActivity.getContactLoaderCallbacks(); in getContactInfoSource()342 return mContactLoaderCallbacks; in getContactInfoSource()