Searched defs:participants (Results 1 – 10 of 10) sorted by relevance
127 void startConference(in String[] participants, in ImsCallProfile profile); in startConference()203 void extendToConference(in String[] participants); in extendToConference()212 void inviteParticipants(in String[] participants); in inviteParticipants()221 void removeParticipants(in String[] participants); in removeParticipants()
89 RcsThreadQueryParams(int threadType, Set<RcsParticipant> participants, in RcsThreadQueryParams()98 private static List<Integer> convertParticipantSetToIdList(Set<RcsParticipant> participants) { in convertParticipantSetToIdList()206 public Builder setParticipants(@NonNull List<RcsParticipant> participants) { in setParticipants()
737 public void start(String[] participants, ImsCallProfile profile) { in start()892 public void extendToConference(String[] participants) { in extendToConference()910 public void inviteParticipants(String[] participants) { in inviteParticipants()928 public void removeParticipants(String[] participants) { in removeParticipants()
387 public void startConference(String[] participants, ImsCallProfile profile) { in startConference()482 public void extendToConference(String[] participants) { in extendToConference()492 public void inviteParticipants(String[] participants) { in inviteParticipants()502 public void removeParticipants(String[] participants) { in removeParticipants()
170 public void startConference(String[] participants, ImsCallProfile profile) { in startConference()274 public void extendToConference(String[] participants) { in extendToConference()285 public void inviteParticipants(String[] participants) { in inviteParticipants()296 public void removeParticipants(String[] participants) { in removeParticipants()
344 List<ConferenceParticipant> participants) { in onConferenceParticipantsStateChanged()1122 public void start(ImsCallSession session, String[] participants) in start()1528 public void extendToConference(String[] participants) throws ImsException { in extendToConference()1564 public void inviteParticipants(String[] participants) throws ImsException { in inviteParticipants()1582 public void removeParticipants(String[] participants) throws ImsException { in removeParticipants()1842 Set<Entry<String, Bundle>> participants = state.mParticipants.entrySet(); in notifyConferenceStateUpdated() local
100 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants); in onConferenceParticipantsChanged()134 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged()
1124 HashSet<String> participants = mBackupParticipants.valueAt(i); in resetBackupState() local3573 HashSet<String> participants = mBackupParticipants.valueAt(i); in dumpInternal() local
9942 String[] participants, long latestTimestamp) { in UnreadConversation()10059 String[] participants = b.getStringArray(KEY_PARTICIPANTS); in getUnreadConversationFromBundle() local10159 String[] participants = { mParticipant }; in build() local
893 List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged()