From 4f167e0f998cf2cfc9d1e810b14738d86d1d6475 Mon Sep 17 00:00:00 2001 From: Amith Kumar Mahale Date: Tue, 9 Apr 2013 20:44:14 +0530 Subject: [PATCH] Fixed logs error in case of auto reject Change-Id: I587c85a2d6b392c45a2836e7948ade82d6f49168 Signed-off-by: Amith Kumar Mahale --- inc/CallTelephonyManager.h | 2 ++ res/screen-size-normal/IDL_CONFCALL_LIST_FORM.xml | 8 +++--- src/CallActiveCallForm.cpp | 6 ++++ src/CallButtonsPanel.cpp | 2 +- src/CallConfCallerListForm.cpp | 13 +++++---- src/CallEndCallForm.cpp | 5 +++- src/CallIncomingCallForm.cpp | 7 +++-- src/CallPresentationModel.cpp | 1 + src/CallTelephonyManager.cpp | 35 ++++++++++++++++++++++- 9 files changed, 64 insertions(+), 15 deletions(-) diff --git a/inc/CallTelephonyManager.h b/inc/CallTelephonyManager.h index 07053fa..90d562d 100644 --- a/inc/CallTelephonyManager.h +++ b/inc/CallTelephonyManager.h @@ -53,6 +53,8 @@ public: result EndDialingCall(Tizen::Base::String& contactNumber); //Function to accept/reject an incoming call result AnswerCall(int callHandle, bool acceptCall); + //Auto Reject call + result AnswerAutoRejectCall(int callHandle); //Function to accept call with the given options result AcceptCall(CallAnsweringOptions answerOptions,int callHandle); //Function to end a conference call diff --git a/res/screen-size-normal/IDL_CONFCALL_LIST_FORM.xml b/res/screen-size-normal/IDL_CONFCALL_LIST_FORM.xml index 97548f8..97520e8 100644 --- a/res/screen-size-normal/IDL_CONFCALL_LIST_FORM.xml +++ b/res/screen-size-normal/IDL_CONFCALL_LIST_FORM.xml @@ -4,7 +4,7 @@ --> - + 720
@@ -23,12 +23,12 @@ - +