Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/com/android/ims/internal/
H A 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()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A 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 …]
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/
H A 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()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A 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()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DConnectionRequest.java71 public @NonNull Builder setParticipants( in setParticipants()
260 List<Uri> participants, in ConnectionRequest()
H A DInCallAdapter.java358 public void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants()
H A DConference.java371 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {} in onAddConferenceParticipants()
H A DTelecomManager.java2398 public void startConference(@NonNull List<Uri> participants, in startConference()
H A DRemoteConnection.java1123 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants()
H A DConnectionService.java2795 private void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants()
H A DCall.java1982 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants()
H A DConnection.java3383 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {} in onAddConferenceParticipants()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A 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()
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl78 void addConferenceParticipants(String callId, in List<Uri> participants); in addConferenceParticipants()
H A DIConnectionService.aidl122 void addConferenceParticipants(String CallId, in List<Uri> participants, in addConferenceParticipants()
H A DITelecomService.aidl286 void startConference(in List<Uri> participants, in Bundle extras, in startConference()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java190 final ArraySet<WindowContainer> participants = new ArraySet<>(); in handleAppTransitionReady() local
H A DTransition.java2199 static ArrayList<ChangeInfo> calculateTargets(ArraySet<WindowContainer> participants, in calculateTargets()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DUserBackupManagerService.java1261 HashSet<String> participants = mBackupParticipants.valueAt(i); in resetBackupState() local
4285 HashSet<String> participants = mBackupParticipants.valueAt(i); in dumpInternal() local
/aosp14/frameworks/base/core/java/android/app/
H A 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
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...