Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl130 void startConference(in String[] participants, in ImsCallProfile profile); in startConference()
222 void extendToConference(in String[] participants); in extendToConference()
231 void inviteParticipants(in String[] participants); in inviteParticipants()
240 void removeParticipants(in String[] participants); in removeParticipants()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTransitionTests.java136 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_NewTask() local
194 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_NestedTasks() local
250 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_DisplayArea() local
419 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_PromoteSimilarClose() local
454 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_PromoteSimilarOpen() local
490 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_NoAnimation() local
539 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_MultiDisplay() local
682 ArraySet<WindowContainer> participants = transition.mParticipants; in testIndependent() local
759 ArraySet<WindowContainer> participants = transition.mParticipants; in testOpenOpaqueTask() local
798 ArraySet<WindowContainer> participants = transition.mParticipants; in testOpenTranslucentTask() local
[all …]
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java530 public void startConference(String[] participants, ImsCallProfile profile) { in startConference()
652 public void extendToConference(String[] participants) { in extendToConference()
662 public void inviteParticipants(String[] participants) { in inviteParticipants()
672 public void removeParticipants(String[] participants) { in removeParticipants()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java182 public void startConference(String[] participants, ImsCallProfile profile) { in startConference()
309 public void extendToConference(String[] participants) { in extendToConference()
320 public void inviteParticipants(String[] participants) { in inviteParticipants()
331 public void removeParticipants(String[] participants) { in removeParticipants()
/frameworks/base/telecomm/java/android/telecom/
DConnectionRequest.java71 public @NonNull Builder setParticipants( in setParticipants()
260 List<Uri> participants, in ConnectionRequest()
DInCallAdapter.java358 public void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants()
DConference.java371 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {} in onAddConferenceParticipants()
DTelecomManager.java2398 public void startConference(@NonNull List<Uri> participants, in startConference()
DRemoteConnection.java1123 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants()
DConnectionService.java2795 private void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants()
DCall.java1982 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants()
DConnection.java3383 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {} in onAddConferenceParticipants()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java841 public void start(String[] participants, ImsCallProfile profile) { in start()
1031 public void extendToConference(String[] participants) { in extendToConference()
1049 public void inviteParticipants(String[] participants) { in inviteParticipants()
1067 public void removeParticipants(String[] participants) { in removeParticipants()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java360 List<ConferenceParticipant> participants) { in onConferenceParticipantsStateChanged()
1197 public void start(ImsCallSession session, String[] participants) in start()
1657 public void extendToConference(String[] participants) throws ImsException { in extendToConference()
1693 public void inviteParticipants(String[] participants) throws ImsException { in inviteParticipants()
1711 public void removeParticipants(String[] participants) throws ImsException { in removeParticipants()
2030 Set<Entry<String, Bundle>> participants = state.mParticipants.entrySet(); in parseConferenceState() local
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallAdapter.aidl78 void addConferenceParticipants(String callId, in List<Uri> participants); in addConferenceParticipants()
DIConnectionService.aidl122 void addConferenceParticipants(String CallId, in List<Uri> participants, in addConferenceParticipants()
DITelecomService.aidl286 void startConference(in List<Uri> participants, in Bundle extras, in startConference()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java2349 List<ConferenceParticipant> participants = new ArrayList<ConferenceParticipant>(); in testConvertToSrvccConnectionInfoConferenceCall() local
2738 ImsPhoneConnection c, boolean localTone, List<ConferenceParticipant> participants) { in getImsCallProfileForSrvccSync()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java116 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants); in onConferenceParticipantsChanged()
171 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransitionController.java190 final ArraySet<WindowContainer> participants = new ArraySet<>(); in handleAppTransitionReady() local
DTransition.java2200 static ArrayList<ChangeInfo> calculateTargets(ArraySet<WindowContainer> participants, in calculateTargets()
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java1261 HashSet<String> participants = mBackupParticipants.valueAt(i); in resetBackupState() local
4285 HashSet<String> participants = mBackupParticipants.valueAt(i); in dumpInternal() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java5889 List<ConferenceParticipant> participants = ImsCall.parseConferenceState(state); in injectTestConferenceState() local
6111 List<ConferenceParticipant> participants = getConferenceParticipants(c); in addConnection() local
/frameworks/base/core/java/android/app/
DNotification.java11911 String[] participants, long latestTimestamp) { in UnreadConversation()
12029 String[] participants = b.getStringArray(KEY_PARTICIPANTS); in getUnreadConversationFromBundle() local
12129 String[] participants = { mParticipant }; in build() local