phoneapp/phoneuistates/inc/cphoneemergency.h
changeset 21 92ab7f8d0eab
parent 1 838b0a10d15b
child 51 f39ed5e045e0
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
   163         IMPORT_C virtual TBool HandleRemConCommandL( 
   163         IMPORT_C virtual TBool HandleRemConCommandL( 
   164                     TRemConCoreApiOperationId aOperationId, 
   164                     TRemConCoreApiOperationId aOperationId, 
   165                     TRemConCoreApiButtonAction aButtonAct );
   165                     TRemConCoreApiButtonAction aButtonAct );
   166         
   166         
   167     private:
   167     private:
   168     	
   168         
   169     	/**
   169         /**
   170 		* Check whether UseEmergencyNoIhfCBA set should be used or not. 
   170         * Check whether UseEmergencyNoIhfCBA set should be used or not. 
   171 		* @param aAudioOutput current audio output type.
   171         * @param aAudioOutput current audio output type.
   172         * @return ETrue if UseEmergencyNoIhfCBA should be used,
   172         * @return ETrue if UseEmergencyNoIhfCBA should be used,
   173         * EFalse otherwise.
   173         * EFalse otherwise.
   174 		*/
   174         */
   175     	TBool UseEmergencyNoIhfCBA( const TPEAudioOutput& aAudioOutput ) const;
   175         TBool UseEmergencyNoIhfCBA( const TPEAudioOutput& aAudioOutput ) const;
   176     	
   176         
   177     	/**
   177         /**
   178 		* Check whether UseHandsetEmergencyCBA set should be used or not.
   178         * Check whether UseHandsetEmergencyCBA set should be used or not.
   179 		* @param aAudioOutput current audio output type.
   179         * @param aAudioOutput current audio output type.
   180         * @return ETrue if UseHandsetEmergencyCBA should be used,
   180         * @return ETrue if UseHandsetEmergencyCBA should be used,
   181         * EFalse otherwise.
   181         * EFalse otherwise.
   182 		*/
   182         */
   183     	TBool UseHandsetEmergencyCBA( const TPEAudioOutput& aAudioOutput ) const;
   183         TBool UseHandsetEmergencyCBA( const TPEAudioOutput& aAudioOutput ) const;
   184     	
   184         
   185     	/**
   185         /**
   186 		* Check whether the touch call handling is supported or not.
   186         * Check whether the touch call handling is supported or not.
   187 		* @return ETrue if KFeatureIdTouchCallHandling is supported,
   187         * @return ETrue if KFeatureIdTouchCallHandling is supported,
   188 		* EFalse otherwise.
   188         * EFalse otherwise.
   189 		*/
   189         */
   190     	TBool TouchCallHandlingSupported () const;
   190         TBool TouchCallHandlingSupported () const;
   191     	
       
   192        /**
       
   193        * Update status of startup if startup finish during emergency call
       
   194        */
       
   195        void HandlePhoneStartupL();
       
   196          
   191          
   197     private:
   192     private:
   198         /**
   193         /**
   199         * Is device lock on/off
   194         * Is device lock on/off
   200         */
   195         */