iaupdate/IAD/backgroundchecker/inc/iaupdatebgconst.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
    28 const TInt KDelayForUserToAcceptDisclaimer = 1; //10; //10 minutes
    28 const TInt KDelayForUserToAcceptDisclaimer = 1; //10; //10 minutes
    29 const TInt KCheckingUpdateInterval = 4; //Set in Cenrep by default 4 mins
    29 const TInt KCheckingUpdateInterval = 4; //Set in Cenrep by default 4 mins
    30 const TInt KUpdateAvailableReminderInterval = 1; //60*24*7; //one week in minutes
    30 const TInt KUpdateAvailableReminderInterval = 1; //60*24*7; //one week in minutes
    31 const TInt KFirstTimeDialogDelay = 1; //60*24*2; //two days in minutes
    31 const TInt KFirstTimeDialogDelay = 1; //60*24*2; //two days in minutes
    32 const TInt KFirstTimeDialogReminderInterval = 4; //60*24*7*4; //four weeks in minutes
    32 const TInt KFirstTimeDialogReminderInterval = 4; //60*24*7*4; //four weeks in minutes
       
    33 const TInt KRefreshTimerReminderTimerGap = 1; // 1min, if the refresh timer is about to expire in 1 mins, then we don't show redminer timer anymore
    33 const TInt HalfHourInMinuts = 5;//30;
    34 const TInt HalfHourInMinuts = 5;//30;
    34 const TInt KFirstSecondRetryInterval = 1; //30mins
    35 const TInt KFirstSecondRetryInterval = 1; //30mins
    35 const TInt KThirdFourthRetryInterval = 2; //one day in minutes
    36 const TInt KThirdFourthRetryInterval = 2; //one day in minutes
    36 #else
    37 #else
    37 
    38 
       
    39 const TInt KRefreshTimerReminderTimerGap = 60*24; //one day.If the refresh timer is about to expire in one day, then we don't show reminder timer anymore
       
    40                                                // this is to avoid the soft notifications coming too close to eachother.
    38 const TInt KDelayForUserToAcceptDisclaimer = 10; //10 minutes
    41 const TInt KDelayForUserToAcceptDisclaimer = 10; //10 minutes
    39 const TInt HalfHourInMinuts = 30;
    42 const TInt HalfHourInMinuts = 30;
    40 const TInt KFirstSecondRetryInterval = 30; //30mins
    43 const TInt KFirstSecondRetryInterval = 30; //30mins
    41 const TInt KThirdFourthRetryInterval = 24*60; //one day in minutes
    44 const TInt KThirdFourthRetryInterval = 24*60; //one day in minutes
    42 #endif //_DEMO
    45 #endif //_DEMO
    43 
    46 
    44 const TInt StartNow = 0;
    47 const TInt StartNow = 0;
       
    48 const TInt KSoftNotificationPriority = 1000; //minimum soft notifier priority
    45 const TInt KMaxRetry = 4; //Max times of retry when refresh fails for some reason
    49 const TInt KMaxRetry = 4; //Max times of retry when refresh fails for some reason
    46 const TInt StartAfterOneMin = 1; //1mins
    50 const TInt StartAfterOneMin = 1; //1mins
    47 
    51 
    48 
    52 
    49 
    53