Searched refs:conferenceableCallIds (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | ParcelableCall.java | 187 List<String> conferenceableCallIds) { in setConferenceableCallIds() argument 188 mConferenceableCallIds = conferenceableCallIds; in setConferenceableCallIds() 363 List<String> conferenceableCallIds, in ParcelableCall() argument 395 mConferenceableCallIds = Collections.unmodifiableList(conferenceableCallIds); in ParcelableCall() 665 List<String> conferenceableCallIds = new ArrayList<>(); 666 source.readList(conferenceableCallIds, classLoader, java.lang.String.class); 701 .setConferenceableCallIds(conferenceableCallIds)
|
D | ConnectionServiceAdapter.java | 443 void setConferenceableConnections(String callId, List<String> conferenceableCallIds) { in setConferenceableConnections() argument 444 Log.v(this, "setConferenceableConnections: %s, %s", callId, conferenceableCallIds); in setConferenceableConnections() 447 adapter.setConferenceableConnections(callId, conferenceableCallIds, in setConferenceableConnections()
|
D | Call.java | 2520 List<String> conferenceableCallIds = parcelableCall.getConferenceableCallIds(); in internalUpdate() local 2521 List<Call> conferenceableCalls = new ArrayList<Call>(conferenceableCallIds.size()); in internalUpdate() 2522 for (String otherId : conferenceableCallIds) { in internalUpdate()
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IConnectionServiceAdapter.aidl | 105 void setConferenceableConnections(String callId, in List<String> conferenceableCallIds, in setConferenceableConnections() argument
|