Searched defs:conferenceableCallIds (Results 1 - 2 of 2) sorted by path

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java347 void setConferenceableConnections(String callId, List<String> conferenceableCallIds) { argument
348 Log.v(this, "setConferenceableConnections: %s, %s", callId, conferenceableCallIds);
351 adapter.setConferenceableConnections(callId, conferenceableCallIds);
H A DParcelableCall.java77 List<String> conferenceableCallIds,
97 mConferenceableCallIds = Collections.unmodifiableList(conferenceableCallIds);
262 List<String> conferenceableCallIds = new ArrayList<>();
263 source.readList(conferenceableCallIds, classLoader);
284 conferenceableCallIds,
58 ParcelableCall( String id, int state, DisconnectCause disconnectCause, List<String> cannedSmsResponses, int capabilities, int properties, long connectTimeMillis, Uri handle, int handlePresentation, String callerDisplayName, int callerDisplayNamePresentation, GatewayInfo gatewayInfo, PhoneAccountHandle accountHandle, IVideoProvider videoCallProvider, String parentCallId, List<String> childCallIds, StatusHints statusHints, int videoState, List<String> conferenceableCallIds, Bundle extras) argument

Completed in 58 milliseconds