Home
last modified time | relevance | path

Searched defs:participants (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl127 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()
/frameworks/base/telephony/java/android/telephony/ims/
DRcsThreadQueryParams.java89 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()
DImsCallSession.java737 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()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java387 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()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java170 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()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java344 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
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java100 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants); in onConferenceParticipantsChanged()
134 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged()
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java1124 HashSet<String> participants = mBackupParticipants.valueAt(i); in resetBackupState() local
3573 HashSet<String> participants = mBackupParticipants.valueAt(i); in dumpInternal() local
/frameworks/base/core/java/android/app/
DNotification.java9942 String[] participants, long latestTimestamp) { in UnreadConversation()
10059 String[] participants = b.getStringArray(KEY_PARTICIPANTS); in getUnreadConversationFromBundle() local
10159 String[] participants = { mParticipant }; in build() local
/frameworks/base/telecomm/java/android/telecom/
DConnection.java893 List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged()