Searched refs:conferenceableCallIds (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | ParcelableCall.java | 92 List<String> conferenceableCallIds, in ParcelableCall() argument 119 mConferenceableCallIds = Collections.unmodifiableList(conferenceableCallIds); in ParcelableCall() 349 List<String> conferenceableCallIds = new ArrayList<>(); 350 source.readList(conferenceableCallIds, classLoader); 381 conferenceableCallIds,
|
D | ConnectionServiceAdapter.java | 423 void setConferenceableConnections(String callId, List<String> conferenceableCallIds) { in setConferenceableConnections() argument 424 Log.v(this, "setConferenceableConnections: %s, %s", callId, conferenceableCallIds); in setConferenceableConnections() 427 adapter.setConferenceableConnections(callId, conferenceableCallIds, in setConferenceableConnections()
|
D | Call.java | 2101 List<String> conferenceableCallIds = parcelableCall.getConferenceableCallIds(); in internalUpdate() local 2102 List<Call> conferenceableCalls = new ArrayList<Call>(conferenceableCallIds.size()); in internalUpdate() 2103 for (String otherId : conferenceableCallIds) { in internalUpdate()
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IConnectionServiceAdapter.aidl | 97 void setConferenceableConnections(String callId, in List<String> conferenceableCallIds, in setConferenceableConnections() argument
|