coreapplicationuis/SysAp/Inc/SysAp.hrh
changeset 81 676b6116ca93
parent 77 b01c07dfcf84
equal deleted inserted replaced
78:175a0d824084 81:676b6116ca93
    35 const TInt KTriesToConnectServer( 2 );
    35 const TInt KTriesToConnectServer( 2 );
    36 const TInt KTimeBeforeRetryingServerConnection( 50000 );
    36 const TInt KTimeBeforeRetryingServerConnection( 50000 );
    37 
    37 
    38 const TInt KMinimumLightsTimeout( 5 );  //  5 seconds 
    38 const TInt KMinimumLightsTimeout( 5 );  //  5 seconds 
    39 const TInt KDefaultLightsTimeout( 15 ); // 15 seconds 
    39 const TInt KDefaultLightsTimeout( 15 ); // 15 seconds 
    40 const TInt KMaximumLightsTimeout( 60 ); // 60 seconds 
    40 const TInt KMaximumLightsTimeout( 110 ); // 110 seconds (120-10) dimmed duration should be 10 secs so
    41 
    41 
    42 const TInt KMaximumAnimationTime( 3000 ); // 3 seconds
    42 const TInt KMaximumAnimationTime( 3000 ); // 3 seconds
    43 
    43 
    44 // Phone UID Used for bringing Phone to foreground
    44 // Phone UID Used for bringing Phone to foreground
    45 const TUid KSysApPhoneUid     = {0x100058B3};
    45 const TUid KSysApPhoneUid     = {0x100058B3};