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

  /packages/apps/IM/src/com/android/im/engine/
ChatSessionManager.java 68 if(session.getParticipant().equals(participant)) {
ChatSession.java 50 public ImEntity getParticipant() {
  /packages/apps/IM/src/com/android/im/service/
ChatSessionAdapter.java 96 ImEntity participant = mAdaptee.getParticipant();
146 ChatGroup group = (ChatGroup)mAdaptee.getParticipant();
157 return new String[] {mAdaptee.getParticipant().getAddress().getFullName()};
183 return mAdaptee.getParticipant().getAddress().getScreenName();
187 return mAdaptee.getParticipant().getAddress().getFullName();
204 mListenerAdapter.onError((ChatGroup)mAdaptee.getParticipant(), error);
206 getGroupManager().inviteUserAsync((ChatGroup)mAdaptee.getParticipant(),
213 getGroupManager().leaveChatGroupAsync((ChatGroup)mAdaptee.getParticipant());
294 ImEntity participant = mAdaptee.getParticipant();
311 Contact oldParticipant = (Contact)mAdaptee.getParticipant();
    [all...]
ChatSessionManagerAdapter.java 141 Address participantAddress = session.getParticipant().getAddress();
  /packages/apps/IM/src/com/android/im/imps/
ImpsChatSessionManager.java 239 ImEntity participant = session.getParticipant();

Completed in 73 milliseconds