/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSession.aidl | 126 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/ |
D | ImsCallSessionImplBase.java | 401 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/ |
D | ImsCallSessionImplBase.java | 178 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/ |
D | ConnectionRequest.java | 70 public @NonNull Builder setParticipants(@Nullable List<Uri> participants) { in setParticipants() 258 List<Uri> participants, in ConnectionRequest()
|
D | InCallAdapter.java | 321 public void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants()
|
D | TelecomManager.java | 2119 public void startConference(@NonNull List<Uri> participants, in startConference()
|
D | Conference.java | 333 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {} in onAddConferenceParticipants()
|
D | ConnectionService.java | 2263 private void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants()
|
D | Call.java | 1773 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants()
|
D | Connection.java | 3014 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {} in onAddConferenceParticipants()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSession.java | 752 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/ |
D | ImsCall.java | 347 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/ |
D | IInCallAdapter.aidl | 74 void addConferenceParticipants(String callId, in List<Uri> participants); in addConferenceParticipants()
|
D | ITelecomService.aidl | 257 void startConference(in List<Uri> participants, in Bundle extras, in startConference()
|
D | IConnectionService.aidl | 112 void addConferenceParticipants(String CallId, in List<Uri> participants, in addConferenceParticipants()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 105 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/ |
D | UserBackupManagerService.java | 1193 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/ |
D | Notification.java | 9965 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/ |
D | ImsPhoneCallTracker.java | 4855 List<ConferenceParticipant> participants = ImsCall.parseConferenceState(state); in injectTestConferenceState() local
|