coreapplicationuis/SysAp/Src/SysApAppUi.cpp
branchRCL_3
changeset 70 739cef680932
parent 66 9af619316cbf
child 82 4610cd70c542
equal deleted inserted replaced
66:9af619316cbf 70:739cef680932
    66 #include <data_caging_path_literals.hrh>
    66 #include <data_caging_path_literals.hrh>
    67 #include <eikon.hrh>
    67 #include <eikon.hrh>
    68 
    68 
    69 #include "SysApSimChanged.h"
    69 #include "SysApSimChanged.h"
    70 
    70 
    71 #include <SysAp.rsg>
    71 #include <sysap.rsg>
    72 #include "SysApLightsController.h"
    72 #include "SysApLightsController.h"
    73 
    73 
    74 #include "SysApPubSubObserver.h"
    74 #include "SysApPubSubObserver.h"
    75 #include "SysApProfileObserver.h"
    75 #include "SysApProfileObserver.h"
    76 
    76 
   488 
   488 
   489     // Create HAC setting observer now because telephony state may change before entering to normal state
   489     // Create HAC setting observer now because telephony state may change before entering to normal state
   490     TRACES( RDebug::Print( _L("CCSysApAppUi::ConstructL  trying CSysApCenRepHacSettingObserver::NewL") ) );
   490     TRACES( RDebug::Print( _L("CCSysApAppUi::ConstructL  trying CSysApCenRepHacSettingObserver::NewL") ) );
   491     iSysApCenRepHacSettingObserver = CSysApCenRepHacSettingObserver::NewL( *this );
   491     iSysApCenRepHacSettingObserver = CSysApCenRepHacSettingObserver::NewL( *this );
   492     
   492     
   493     DeactivatePSMifBatteryNotLowL ();
   493    
   494     
   494     
   495     if( iSysApFeatureManager->GanSupported() )
   495     if( iSysApFeatureManager->GanSupported() )
   496         {
   496         {
   497 
   497 
   498 
   498 
  4556     DoSwStateNormalConstructionL();
  4556     DoSwStateNormalConstructionL();
  4557 
  4557 
  4558     InitializeStatusPaneAreaL();
  4558     InitializeStatusPaneAreaL();
  4559     CheckSilentModeL();
  4559     CheckSilentModeL();
  4560     HandleAccessoryProfileInStartupL();
  4560     HandleAccessoryProfileInStartupL();
       
  4561     DeactivatePSMifBatteryNotLowL ();
  4561     
  4562     
  4562     if ( iSysApFeatureManager->MmcSupported() )
  4563     if ( iSysApFeatureManager->MmcSupported() )
  4563         {
  4564         {
  4564 #ifndef RD_MULTIPLE_DRIVE
  4565 #ifndef RD_MULTIPLE_DRIVE
  4565         MountMMC();
  4566         MountMMC();