phoneapp/phoneuistates/inc/cphoneemergency.h
changeset 65 2a5d4ab426d3
parent 50 377c906a8701
child 74 d1c62c765e48
equal deleted inserted replaced
60:1eef62f5c541 65:2a5d4ab426d3
   149         * @return ETrue if the event was handled, EFalse otherwise.
   149         * @return ETrue if the event was handled, EFalse otherwise.
   150         */
   150         */
   151         IMPORT_C virtual TBool HandleRemConCommandL( 
   151         IMPORT_C virtual TBool HandleRemConCommandL( 
   152                     TRemConCoreApiOperationId aOperationId, 
   152                     TRemConCoreApiOperationId aOperationId, 
   153                     TRemConCoreApiButtonAction aButtonAct );
   153                     TRemConCoreApiButtonAction aButtonAct );
   154         
       
   155     private:
       
   156         
       
   157         /**
       
   158         * Check whether UseEmergencyNoIhfCBA set should be used or not. 
       
   159         * @param aAudioOutput current audio output type.
       
   160         * @return ETrue if UseEmergencyNoIhfCBA should be used,
       
   161         * EFalse otherwise.
       
   162         */
       
   163         TBool UseEmergencyNoIhfCBA( const TPEAudioOutput& aAudioOutput ) const;
       
   164         
       
   165         /**
       
   166         * Check whether UseHandsetEmergencyCBA set should be used or not.
       
   167         * @param aAudioOutput current audio output type.
       
   168         * @return ETrue if UseHandsetEmergencyCBA should be used,
       
   169         * EFalse otherwise.
       
   170         */
       
   171         TBool UseHandsetEmergencyCBA( const TPEAudioOutput& aAudioOutput ) const;
       
   172         
       
   173         /**
       
   174         * Check whether the touch call handling is supported or not.
       
   175         * @return ETrue if KFeatureIdTouchCallHandling is supported,
       
   176         * EFalse otherwise.
       
   177         */
       
   178         TBool TouchCallHandlingSupported () const;
       
   179          
   154          
   180     private:
   155     private:
   181         /**
   156         /**
   182         * Is device lock on/off
   157         * Is device lock on/off
   183         */
   158         */