phoneapp/phoneuicontrol/inc/mphonecallheadermanagerutility.h
changeset 45 6b911d05207e
parent 0 5f000ab63145
child 62 5266b1f337bd
child 65 2a5d4ab426d3
equal deleted inserted replaced
37:ba76fc04e6c2 45:6b911d05207e
    37         * @param aContactInfoAvailable - is contact's info available
    37         * @param aContactInfoAvailable - is contact's info available
    38         */
    38         */
    39         virtual void SetPhoneNumberAvailabilityL(
    39         virtual void SetPhoneNumberAvailabilityL(
    40                 const TInt aNumberLength,
    40                 const TInt aNumberLength,
    41                 const TBool aContactInfoAvailable ) = 0;
    41                 const TBool aContactInfoAvailable ) = 0;
    42         
    42 
    43         /**
       
    44         * Resolves call header text in InCall-state,
       
    45         * text could be 'Call 1', 'Call 2', ...
       
    46         * @param aCallId - Call Id.
       
    47         * @param aData - The returned data including needed text.
       
    48         */
       
    49         virtual void GetInCallNumberTextL( 
       
    50                 TInt aCallId, 
       
    51                 TDes& aData ) const = 0;
       
    52         
       
    53         /**
    43         /**
    54         * Loads strings for displaying in call header.
    44         * Loads strings for displaying in call header.
    55         * @param aCallLabelId - Resource Id for longer text.
    45         * @param aCallLabelId - Resource Id for longer text.
    56         * @param aShortLabelId - Resource id for short text
    46         * @param aShortLabelId - Resource id for short text
    57         * @param aCallHeaderData - Call header parameter into which the text
    47         * @param aCallHeaderData - Call header parameter into which the text