Home
last modified time | relevance | path

Searched defs:participants (Results 1 – 25 of 25) 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.java156 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_NewTask() local
214 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_Activity() local
244 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_NestedTasks() local
300 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_DisplayArea() local
469 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_PromoteSimilarClose() local
504 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_PromoteSimilarOpen() local
540 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_NoAnimation() local
589 ArraySet<WindowContainer> participants = transition.mParticipants; in testCreateInfo_MultiDisplay() local
732 ArraySet<WindowContainer> participants = transition.mParticipants; in testIndependent() local
809 ArraySet<WindowContainer> participants = transition.mParticipants; in testOpenOpaqueTask() 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()
DRemoteConnection.java1123 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants()
DTelecomManager.java2537 public void startConference(@NonNull List<Uri> participants, in startConference()
DConnectionService.java2797 private void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants()
DCall.java1919 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants()
DConnection.java3358 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {} in onAddConferenceParticipants()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java847 public void start(String[] participants, ImsCallProfile profile) { in start()
1037 public void extendToConference(String[] participants) { in extendToConference()
1055 public void inviteParticipants(String[] participants) { in inviteParticipants()
1073 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.aidl293 void startConference(in List<Uri> participants, in Bundle extras, in startConference()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java2355 List<ConferenceParticipant> participants = new ArrayList<ConferenceParticipant>(); in testConvertToSrvccConnectionInfoConferenceCall() local
2839 ImsPhoneConnection c, boolean localTone, List<ConferenceParticipant> participants) { in getImsCallProfileForSrvccSync()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java117 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants); in onConferenceParticipantsChanged()
172 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransitionController.java188 final ArraySet<WindowContainer> participants = new ArraySet<>(); in handleAppTransitionReady() local
DTransition.java2538 static ArrayList<ChangeInfo> calculateTargets(ArraySet<WindowContainer> participants, in calculateTargets()
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java1265 HashSet<String> participants = mBackupParticipants.valueAt(i); in resetBackupState() local
4327 HashSet<String> participants = mBackupParticipants.valueAt(i); in dumpInternal() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java5967 List<ConferenceParticipant> participants = ImsCall.parseConferenceState(state); in injectTestConferenceState() local
6189 List<ConferenceParticipant> participants = getConferenceParticipants(c); in addConnection() local
/frameworks/base/core/java/android/app/
DNotification.java12810 String[] participants, long latestTimestamp) { in UnreadConversation()
12928 String[] participants = b.getStringArray(KEY_PARTICIPANTS); in getUnreadConversationFromBundle() local
13028 String[] participants = { mParticipant }; in build() local
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...