Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl128 void startConference(in String[] participants, in ImsCallProfile profile); in startConference()
220 void extendToConference(in String[] participants); in extendToConference()
229 void inviteParticipants(in String[] participants); in inviteParticipants()
238 void removeParticipants(in String[] participants); in removeParticipants()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTransitionTests.java124 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_NewTask() local
182 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_NestedTasks() local
233 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_DisplayArea() local
402 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_PromoteSimilarClose() local
434 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_PromoteSimilarOpen() local
559 ArraySet<WindowContainer> participants = transition.mParticipants; in testIndependent() local
626 ArraySet<WindowContainer> participants = transition.mParticipants; in testOpenOpaqueTask() local
667 ArraySet<WindowContainer> participants = transition.mParticipants; in testOpenTranslucentTask() local
1155 final ArraySet<WindowContainer> participants = transition.mParticipants; in testIsBehindStartingWindowChange() local
1188 final ArraySet<WindowContainer> participants = transition.mParticipants; in testFlagInTaskWithEmbeddedActivity() local
[all …]
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java472 public void startConference(String[] participants, ImsCallProfile profile) { in startConference()
594 public void extendToConference(String[] participants) { in extendToConference()
604 public void inviteParticipants(String[] participants) { in inviteParticipants()
614 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.java321 public void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants()
DConference.java331 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {} in onAddConferenceParticipants()
DTelecomManager.java2351 public void startConference(@NonNull List<Uri> participants, in startConference()
DRemoteConnection.java1125 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants()
DConnectionService.java2428 private void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants()
DCall.java1933 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants()
DConnection.java3213 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {} in onAddConferenceParticipants()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java809 public void start(String[] participants, ImsCallProfile profile) { in start()
999 public void extendToConference(String[] participants) { in extendToConference()
1017 public void inviteParticipants(String[] participants) { in inviteParticipants()
1035 public void removeParticipants(String[] participants) { in removeParticipants()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java360 List<ConferenceParticipant> participants) { in onConferenceParticipantsStateChanged()
1167 public void start(ImsCallSession session, String[] participants) in start()
1627 public void extendToConference(String[] participants) throws ImsException { in extendToConference()
1663 public void inviteParticipants(String[] participants) throws ImsException { in inviteParticipants()
1681 public void removeParticipants(String[] participants) throws ImsException { in removeParticipants()
2000 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()
DIConnectionService.aidl113 void addConferenceParticipants(String CallId, in List<Uri> participants, in addConferenceParticipants()
DITelecomService.aidl281 void startConference(in List<Uri> participants, in Bundle extras, in startConference()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java114 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants); in onConferenceParticipantsChanged()
162 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransitionController.java195 final ArraySet<WindowContainer> participants = new ArraySet<>(); in handleAppTransitionReady() local
DTransition.java1484 static ArrayList<WindowContainer> calculateTargets(ArraySet<WindowContainer> participants, in calculateTargets()
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java1243 HashSet<String> participants = mBackupParticipants.valueAt(i); in resetBackupState() local
4139 HashSet<String> participants = mBackupParticipants.valueAt(i); in dumpInternal() local
/frameworks/base/core/java/android/app/
DNotification.java11805 String[] participants, long latestTimestamp) { in UnreadConversation()
11922 String[] participants = b.getStringArray(KEY_PARTICIPANTS); in getUnreadConversationFromBundle() local
12022 String[] participants = { mParticipant }; in build() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java5455 List<ConferenceParticipant> participants = ImsCall.parseConferenceState(state); in injectTestConferenceState() local