Home
last modified time | relevance | path

Searched refs:conferenceableConnectionIds (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DParcelableConnection.java78 List<String> conferenceableConnectionIds, in ParcelableConnection() argument
86 connectElapsedTimeMillis, statusHints, disconnectCause, conferenceableConnectionIds, in ParcelableConnection()
111 List<String> conferenceableConnectionIds, in ParcelableConnection() argument
131 mConferenceableConnectionIds = conferenceableConnectionIds; in ParcelableConnection()
279 List<String> conferenceableConnectionIds = new ArrayList<>();
280 source.readStringList(conferenceableConnectionIds);
307 conferenceableConnectionIds,
H A DRemoteConnectionService.java358 List<String> conferenceableConnectionIds, Session.Info sessionInfo) {
360 for (String id : conferenceableConnectionIds) {
H A DConnectionServiceAdapterServant.java577 List<String> conferenceableConnectionIds, Session.Info sessionInfo) {
580 args.arg2 = conferenceableConnectionIds;
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java470 final List<String> conferenceableConnectionIds = new ArrayList<>(); field in ConnectionServiceFixture.ConnectionInfo
680 a.setConferenceableConnections(id, mConnectionById.get(id).conferenceableConnectionIds, in sendSetConferenceableConnections()
759 c.conferenceableConnectionIds, in parcelable()