Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DParcelableCall.java186 List<String> conferenceableCallIds) { in setConferenceableCallIds() argument
187 mConferenceableCallIds = conferenceableCallIds; in setConferenceableCallIds()
354 List<String> conferenceableCallIds, in ParcelableCall() argument
385 mConferenceableCallIds = Collections.unmodifiableList(conferenceableCallIds); in ParcelableCall()
646 List<String> conferenceableCallIds = new ArrayList<>();
647 source.readList(conferenceableCallIds, classLoader);
681 .setConferenceableCallIds(conferenceableCallIds)
DConnectionServiceAdapter.java436 void setConferenceableConnections(String callId, List<String> conferenceableCallIds) { in setConferenceableConnections() argument
437 Log.v(this, "setConferenceableConnections: %s, %s", callId, conferenceableCallIds); in setConferenceableConnections()
440 adapter.setConferenceableConnections(callId, conferenceableCallIds, in setConferenceableConnections()
DCall.java2365 List<String> conferenceableCallIds = parcelableCall.getConferenceableCallIds(); in internalUpdate() local
2366 List<Call> conferenceableCalls = new ArrayList<Call>(conferenceableCallIds.size()); in internalUpdate()
2367 for (String otherId : conferenceableCallIds) { in internalUpdate()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionServiceAdapter.aidl103 void setConferenceableConnections(String callId, in List<String> conferenceableCallIds, in setConferenceableConnections() argument