Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationData.java457 private final SelfParticipantLoaderCallbacks mSelfParticipantLoaderCallbacks; field in ConversationData
477 mSelfParticipantLoaderCallbacks = new SelfParticipantLoaderCallbacks(); in ConversationData()
539 mLoaderManager.initLoader(SELF_PARTICIPANT_LOADER, args, mSelfParticipantLoaderCallbacks); in init()