phoneapp/phoneuicontrol/inc/cphonestate.h
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 22 6bb1b21d2484
parent 45 6b911d05207e
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
   274                 TEventCode aEventCode );
   274                 TEventCode aEventCode );
   275 
   275 
   276         /**
   276         /**
   277         * Show global InfoNote
   277         * Show global InfoNote
   278         * @param aResourceId resource id to be resolved
   278         * @param aResourceId resource id to be resolved
   279         */
   279         * @param aNotificationDialog True if notification
   280         IMPORT_C void SendGlobalInfoNoteL( TInt aResourceId );
   280         *        dialog should be used.
       
   281         */
       
   282         IMPORT_C void SendGlobalInfoNoteL( TInt aResourceId,
       
   283                 TBool aNotificationDialog = EFalse );
   281 
   284 
   282         /**
   285         /**
   283         * Show global ErrorNote
   286         * Show global ErrorNote
   284         * @param aResourceId resource id to be resolved
   287         * @param aResourceId resource id to be resolved
   285         */
   288         * @param aNotificationDialog True if notification
   286         IMPORT_C void SendGlobalErrorNoteL( TInt aResourceId );
   289         *        dialog should be used.
       
   290         */
       
   291         IMPORT_C void SendGlobalErrorNoteL( TInt aResourceId,
       
   292                 TBool aNotificationDialog = EFalse );
   287 
   293 
   288         /**
   294         /**
   289          * Get blocked key list
   295          * Get blocked key list
   290          * @returns RArray<TInt>& lsit of blocked keys 
   296          * @returns RArray<TInt>& lsit of blocked keys 
   291          */
   297          */
   576         IMPORT_C void SetBTHandsfreeModeL( TBool aHandsfreeMode );
   582         IMPORT_C void SetBTHandsfreeModeL( TBool aHandsfreeMode );
   577 
   583 
   578          /**
   584          /**
   579         * Show global WarningNote
   585         * Show global WarningNote
   580         * @param aResourceId resource id to be resolved
   586         * @param aResourceId resource id to be resolved
   581         */
   587         * @param aNotificationDialog True if notification dialog
   582         IMPORT_C void SendGlobalWarningNoteL( TInt aResourceId );
   588         *                            should be used.
       
   589         */
       
   590         IMPORT_C void SendGlobalWarningNoteL( TInt aResourceId,
       
   591                 TBool aNotificationDialog = EFalse );
   583 
   592 
   584         /**
   593         /**
   585         * Checks is the call id a video call.
   594         * Checks is the call id a video call.
   586         * @param aCallId - call id to be checked
   595         * @param aCallId - call id to be checked
   587         * @return ETrue if video call id, otherwise EFalse
   596         * @return ETrue if video call id, otherwise EFalse
   957          * Phone Engine.
   966          * Phone Engine.
   958          */
   967          */
   959         void HandleInitiatedEmergencyWhileActiveVideoL();
   968         void HandleInitiatedEmergencyWhileActiveVideoL();
   960 
   969 
   961         /**
   970         /**
   962         * Shows IMEI note
       
   963         */
       
   964         void HandleShowImeiL();
       
   965 
       
   966         /**
       
   967         * Handles network ciphering info changes
   971         * Handles network ciphering info changes
   968         */
   972         */
   969         void HandleCallSecureStatusChangeL( TInt aCallId );
   973         void HandleCallSecureStatusChangeL( TInt aCallId );
   970 
       
   971         /**
       
   972         * Shows Life time note
       
   973         */
       
   974         void HandleShowLifeTimerL();
       
   975 
   974 
   976         /**
   975         /**
   977         * Handles change als line command
   976         * Handles change als line command
   978         */
   977         */
   979         void ChangeAlsLineL();
   978         void ChangeAlsLineL();