Home | History | Annotate | Download | only in telecom

Lines Matching refs:parcelableCall

988     final void internalUpdate(ParcelableCall parcelableCall, Map<String, Call> callIdMap) {
991 parcelableCall.getHandle(),
992 parcelableCall.getHandlePresentation(),
993 parcelableCall.getCallerDisplayName(),
994 parcelableCall.getCallerDisplayNamePresentation(),
995 parcelableCall.getAccountHandle(),
996 parcelableCall.getCapabilities(),
997 parcelableCall.getProperties(),
998 parcelableCall.getDisconnectCause(),
999 parcelableCall.getConnectTimeMillis(),
1000 parcelableCall.getGatewayInfo(),
1001 parcelableCall.getVideoState(),
1002 parcelableCall.getStatusHints(),
1003 parcelableCall.getExtras(),
1004 parcelableCall.getIntentExtras());
1011 if (mCannedTextResponses == null && parcelableCall.getCannedSmsResponses() != null
1012 && !parcelableCall.getCannedSmsResponses().isEmpty()) {
1014 Collections.unmodifiableList(parcelableCall.getCannedSmsResponses());
1017 boolean videoCallChanged = parcelableCall.isVideoCallProviderChanged() &&
1018 !Objects.equals(mVideoCall, parcelableCall.getVideoCall(this));
1020 mVideoCall = parcelableCall.getVideoCall(this);
1023 int state = parcelableCall.getState();
1029 String parentId = parcelableCall.getParentCallId();
1035 List<String> childCallIds = parcelableCall.getChildCallIds();
1039 mChildrenIds.addAll(parcelableCall.getChildCallIds());
1043 List<String> conferenceableCallIds = parcelableCall.getConferenceableCallIds();