Searched defs:participants (Results 1 – 10 of 10) sorted by relevance
126 void startConference(in String[] participants, in ImsCallProfile profile); in startConference()195 void extendToConference(in String[] participants); in extendToConference()204 void inviteParticipants(in String[] participants); in inviteParticipants()213 void removeParticipants(in String[] participants); in removeParticipants()
62 String[] participants, long latestTimestamp); in build()
675 public void start(String[] participants, ImsCallProfile profile) { in start()813 public void extendToConference(String[] participants) { in extendToConference()831 public void inviteParticipants(String[] participants) { in inviteParticipants()849 public void removeParticipants(String[] participants) { in removeParticipants()
337 List<ConferenceParticipant> participants) { in onConferenceParticipantsStateChanged()1063 public void start(ImsCallSession session, String[] participants) in start()1416 public void extendToConference(String[] participants) throws ImsException { in extendToConference()1452 public void inviteParticipants(String[] participants) throws ImsException { in inviteParticipants()1470 public void removeParticipants(String[] participants) throws ImsException { in removeParticipants()1661 Set<Entry<String, Bundle>> participants = state.mParticipants.entrySet(); in notifyConferenceStateUpdated() local
212 String[] participants = b.getStringArray(KEY_PARTICIPANTS); in getUnreadConversationFromBundle() local
95 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants); in onConferenceParticipantsChanged()122 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged()
6670 String[] participants, long latestTimestamp) { in UnreadConversation()6787 String[] participants = b.getStringArray(KEY_PARTICIPANTS); in getUnreadConversationFromBundle() local6887 String[] participants = { mParticipant }; in build() local
3883 String[] participants, long latestTimestamp) { in UnreadConversation()4051 String[] participants = { mParticipant }; in build() local
735 List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged()
1818 HashSet<String> participants = mBackupParticipants.valueAt(i); in resetBackupState() local10532 HashSet<String> participants = mBackupParticipants.valueAt(i); in dumpInternal() local