Home
last modified time | relevance | path

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

/packages/apps/IM/src/com/android/im/engine/
DChatGroupManager.java215 notifyMemberLeft(group, contact); in notifyGroupChanged()
286 protected void notifyMemberLeft(ChatGroup group, Contact contact) { in notifyMemberLeft() method in ChatGroupManager
287 group.notifyMemberLeft(contact); in notifyMemberLeft()
DChatGroup.java118 void notifyMemberLeft(Contact contact) { in notifyMemberLeft() method in ChatGroup
/packages/apps/IM/src/com/android/im/imps/
DImpsChatGroupManager.java220 notifyMemberLeft(group, contact); in removeGroupMemberAsync()