/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSession.aidl | 128 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/ |
D | TransitionTests.java | 124 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/ |
D | ImsCallSessionImplBase.java | 472 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/ |
D | ImsCallSessionImplBase.java | 182 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/ |
D | ConnectionRequest.java | 71 public @NonNull Builder setParticipants( in setParticipants() 260 List<Uri> participants, in ConnectionRequest()
|
D | InCallAdapter.java | 321 public void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants()
|
D | Conference.java | 331 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {} in onAddConferenceParticipants()
|
D | TelecomManager.java | 2351 public void startConference(@NonNull List<Uri> participants, in startConference()
|
D | RemoteConnection.java | 1125 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants()
|
D | ConnectionService.java | 2428 private void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants()
|
D | Call.java | 1933 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants()
|
D | Connection.java | 3213 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {} in onAddConferenceParticipants()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSession.java | 809 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/ |
D | ImsCall.java | 360 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/ |
D | IInCallAdapter.aidl | 74 void addConferenceParticipants(String callId, in List<Uri> participants); in addConferenceParticipants()
|
D | IConnectionService.aidl | 113 void addConferenceParticipants(String CallId, in List<Uri> participants, in addConferenceParticipants()
|
D | ITelecomService.aidl | 281 void startConference(in List<Uri> participants, in Bundle extras, in startConference()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 114 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/ |
D | AppTransitionController.java | 195 final ArraySet<WindowContainer> participants = new ArraySet<>(); in handleAppTransitionReady() local
|
D | Transition.java | 1484 static ArrayList<WindowContainer> calculateTargets(ArraySet<WindowContainer> participants, in calculateTargets()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | UserBackupManagerService.java | 1243 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/ |
D | Notification.java | 11805 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/ |
D | ImsPhoneCallTracker.java | 5455 List<ConferenceParticipant> participants = ImsCall.parseConferenceState(state); in injectTestConferenceState() local
|