diff -r b8d67d6176f5 -r 3c221667e687 phoneapp/phoneuicontrol/inc/cphonestate.h --- a/phoneapp/phoneuicontrol/inc/cphonestate.h Wed Jun 09 09:41:11 2010 +0300 +++ b/phoneapp/phoneuicontrol/inc/cphonestate.h Mon Jun 21 15:39:45 2010 +0300 @@ -434,6 +434,12 @@ * @param aCallid call id */ IMPORT_C void DisplayHeaderForOutgoingCallL( TInt aCallId ); + + /** + * Display initializing call header (phone number isn't initially + * displayed) + */ + IMPORT_C void DisplayHeaderForInitializingCallL( TInt aCallId ); /** * Update Single Active Call @@ -517,8 +523,8 @@ IMPORT_C TBool NeedToReturnToForegroundAppL() const; /** - * Check if the top application is currently displayed in the foreground - * @return boolean value indicating that top app is displayed + * Check if the top application is idle or phone app. + * @return boolean value indicating that top app is idle/phone application. */ IMPORT_C TBool TopAppIsDisplayedL() const; @@ -831,6 +837,11 @@ */ IMPORT_C void SetToolbarButtonLoudspeakerEnabled(); + /** + * Sets toolbar handset button enabled. + */ + IMPORT_C void SetToolbarButtonHandsetEnabled(); + protected: /** @@ -1094,6 +1105,11 @@ * @param aCommandId - command id to be handled */ void HandleEasyDialingCommandsL( TInt aCommandId ); + + /** + * Sets little bubble value if dialler is open. + */ + void SetLittleBubbleVisibilityL(TPhoneCommandParam* aCommandParam); private: // NumberEntry functions.