equal
deleted
inserted
replaced
618 |
618 |
619 if ( KNullDesC() != aData.iRemotePhoneNumber ) |
619 if ( KNullDesC() != aData.iRemotePhoneNumber ) |
620 { |
620 { |
621 iVtCallInfo.iVoiceCallPossible = ETrue; |
621 iVtCallInfo.iVoiceCallPossible = ETrue; |
622 } |
622 } |
623 iVtCallInfo.iPhoneNumText = aData.iRemotePhoneNumber; |
|
624 iVtCallInfo.iEventDataValidity |= |
623 iVtCallInfo.iEventDataValidity |= |
625 TVtVideoTelephonyCallInformation::EDisplayTextValid; |
624 TVtVideoTelephonyCallInformation::EDisplayTextValid; |
626 TRACE2("CVtMediatorPlugin.SaveCallData data saved=%d>", |
625 TRACE2("CVtMediatorPlugin.SaveCallData data saved=%d>", |
627 aData.iCallType == ECallTypeVideo ) |
626 aData.iCallType == ECallTypeVideo ) |
628 } |
627 } |