/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSession.aidl | 130 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/ |
D | TransitionTests.java | 156 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/ |
D | ImsCallSessionImplBase.java | 530 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/ |
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 | 358 public void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants()
|
D | Conference.java | 371 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {} in onAddConferenceParticipants()
|
D | RemoteConnection.java | 1123 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants()
|
D | TelecomManager.java | 2537 public void startConference(@NonNull List<Uri> participants, in startConference()
|
D | ConnectionService.java | 2797 private void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants()
|
D | Call.java | 1919 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants()
|
D | Connection.java | 3358 public void onAddConferenceParticipants(@NonNull List<Uri> participants) {} in onAddConferenceParticipants()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSession.java | 847 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/ |
D | ImsCall.java | 360 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/ |
D | IInCallAdapter.aidl | 78 void addConferenceParticipants(String callId, in List<Uri> participants); in addConferenceParticipants()
|
D | IConnectionService.aidl | 122 void addConferenceParticipants(String CallId, in List<Uri> participants, in addConferenceParticipants()
|
D | ITelecomService.aidl | 293 void startConference(in List<Uri> participants, in Bundle extras, in startConference()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTrackerTest.java | 2355 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/ |
D | Connection.java | 117 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/ |
D | AppTransitionController.java | 188 final ArraySet<WindowContainer> participants = new ArraySet<>(); in handleAppTransitionReady() local
|
D | Transition.java | 2538 static ArrayList<ChangeInfo> calculateTargets(ArraySet<WindowContainer> participants, in calculateTargets()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | UserBackupManagerService.java | 1265 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/ |
D | ImsPhoneCallTracker.java | 5967 List<ConferenceParticipant> participants = ImsCall.parseConferenceState(state); in injectTestConferenceState() local 6189 List<ConferenceParticipant> participants = getConferenceParticipants(c); in addConnection() local
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 12810 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |