Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl126 void startConference(in String[] participants, in ImsCallProfile profile); in startConference()
218 void extendToConference(in String[] participants); in extendToConference()
227 void inviteParticipants(in String[] participants); in inviteParticipants()
236 void removeParticipants(in String[] participants); in removeParticipants()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java401 public void startConference(String[] participants, ImsCallProfile profile) { in startConference()
523 public void extendToConference(String[] participants) { in extendToConference()
533 public void inviteParticipants(String[] participants) { in inviteParticipants()
543 public void removeParticipants(String[] participants) { in removeParticipants()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java178 public void startConference(String[] participants, ImsCallProfile profile) { in startConference()
305 public void extendToConference(String[] participants) { in extendToConference()
316 public void inviteParticipants(String[] participants) { in inviteParticipants()
327 public void removeParticipants(String[] participants) { in removeParticipants()
/frameworks/base/telecomm/java/android/telecom/
DConnectionRequest.java70 public @NonNull Builder setParticipants(@Nullable List<Uri> participants) { in setParticipants()
258 List<Uri> participants, in ConnectionRequest()
DInCallAdapter.java321 public void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants()
DTelecomManager.java2119 public void startConference(@NonNull List<Uri> participants, in startConference()
DConference.java333 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {} in onAddConferenceParticipants()
DConnectionService.java2263 private void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants()
DCall.java1773 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants()
DConnection.java3014 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {} in onAddConferenceParticipants()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java752 public void start(String[] participants, ImsCallProfile profile) { in start()
942 public void extendToConference(String[] participants) { in extendToConference()
960 public void inviteParticipants(String[] participants) { in inviteParticipants()
978 public void removeParticipants(String[] participants) { in removeParticipants()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java347 List<ConferenceParticipant> participants) { in onConferenceParticipantsStateChanged()
1137 public void start(ImsCallSession session, String[] participants) in start()
1597 public void extendToConference(String[] participants) throws ImsException { in extendToConference()
1633 public void inviteParticipants(String[] participants) throws ImsException { in inviteParticipants()
1651 public void removeParticipants(String[] participants) throws ImsException { in removeParticipants()
1931 Set<Entry<String, Bundle>> participants = state.mParticipants.entrySet(); in parseConferenceState() local
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallAdapter.aidl74 void addConferenceParticipants(String callId, in List<Uri> participants); in addConferenceParticipants()
DITelecomService.aidl257 void startConference(in List<Uri> participants, in Bundle extras, in startConference()
DIConnectionService.aidl112 void addConferenceParticipants(String CallId, in List<Uri> participants, in addConferenceParticipants()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java105 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants); in onConferenceParticipantsChanged()
139 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged()
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java1193 HashSet<String> participants = mBackupParticipants.valueAt(i); in resetBackupState() local
3642 HashSet<String> participants = mBackupParticipants.valueAt(i); in dumpInternal() local
/frameworks/base/core/java/android/app/
DNotification.java9965 String[] participants, long latestTimestamp) { in UnreadConversation()
10082 String[] participants = b.getStringArray(KEY_PARTICIPANTS); in getUnreadConversationFromBundle() local
10182 String[] participants = { mParticipant }; in build() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java4855 List<ConferenceParticipant> participants = ImsCall.parseConferenceState(state); in injectTestConferenceState() local