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()
676 public void start(String[] participants, ImsCallProfile profile) { in start()815 public void extendToConference(String[] participants) { in extendToConference()833 public void inviteParticipants(String[] participants) { in inviteParticipants()851 public void removeParticipants(String[] participants) { in removeParticipants()
169 public void startConference(String[] participants, ImsCallProfile profile) in startConference()267 public void extendToConference(String[] participants) throws RemoteException { in extendToConference()278 public void inviteParticipants(String[] participants) throws RemoteException { in inviteParticipants()289 public void removeParticipants(String[] participants) throws RemoteException { in removeParticipants()
62 String[] participants, long latestTimestamp); in build()
338 List<ConferenceParticipant> participants) { in onConferenceParticipantsStateChanged()1064 public void start(ImsCallSession session, String[] participants) in start()1417 public void extendToConference(String[] participants) throws ImsException { in extendToConference()1453 public void inviteParticipants(String[] participants) throws ImsException { in inviteParticipants()1471 public void removeParticipants(String[] participants) throws ImsException { in removeParticipants()1662 Set<Entry<String, Bundle>> participants = state.mParticipants.entrySet(); in notifyConferenceStateUpdated() local
241 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()
4082 String[] participants, long latestTimestamp) { in UnreadConversation()4250 String[] participants = { mParticipant }; in build() local
795 List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged()
1931 HashSet<String> participants = mBackupParticipants.valueAt(i); in resetBackupState() local11301 HashSet<String> participants = mBackupParticipants.valueAt(i); in dumpInternal() local