Searched refs:conferenceableCallIds (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | ParcelableCall.java | 82 List<String> conferenceableCallIds, in ParcelableCall() argument 105 mConferenceableCallIds = Collections.unmodifiableList(conferenceableCallIds); in ParcelableCall() 299 List<String> conferenceableCallIds = new ArrayList<>(); 300 source.readList(conferenceableCallIds, classLoader); 325 conferenceableCallIds,
|
D | ConnectionServiceAdapter.java | 398 void setConferenceableConnections(String callId, List<String> conferenceableCallIds) { in setConferenceableConnections() argument 399 Log.v(this, "setConferenceableConnections: %s, %s", callId, conferenceableCallIds); in setConferenceableConnections() 402 adapter.setConferenceableConnections(callId, conferenceableCallIds); in setConferenceableConnections()
|
D | Call.java | 1410 List<String> conferenceableCallIds = parcelableCall.getConferenceableCallIds(); in internalUpdate() local 1411 List<Call> conferenceableCalls = new ArrayList<Call>(conferenceableCallIds.size()); in internalUpdate() 1412 for (String otherId : conferenceableCallIds) { in internalUpdate()
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IConnectionServiceAdapter.aidl | 88 void setConferenceableConnections(String callId, in List<String> conferenceableCallIds); in setConferenceableConnections() argument
|