iaupdate/IAD/backgroundchecker/inc/iaupdatebgconst.h
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
    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
       
    34 const TInt HalfHourInMinuts = 5;//30;
    33 const TInt HalfHourInMinuts = 5;//30;
    35 const TInt KFirstSecondRetryInterval = 1; //30mins
    34 const TInt KFirstSecondRetryInterval = 1; //30mins
    36 const TInt KThirdFourthRetryInterval = 2; //one day in minutes
    35 const TInt KThirdFourthRetryInterval = 2; //one day in minutes
    37 #else
    36 #else
    38 
    37 
    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.
       
    41 const TInt KDelayForUserToAcceptDisclaimer = 10; //10 minutes
    38 const TInt KDelayForUserToAcceptDisclaimer = 10; //10 minutes
    42 const TInt HalfHourInMinuts = 30;
    39 const TInt HalfHourInMinuts = 30;
    43 const TInt KFirstSecondRetryInterval = 30; //30mins
    40 const TInt KFirstSecondRetryInterval = 30; //30mins
    44 const TInt KThirdFourthRetryInterval = 24*60; //one day in minutes
    41 const TInt KThirdFourthRetryInterval = 24*60; //one day in minutes
    45 #endif //_DEMO
    42 #endif //_DEMO
    46 
    43 
    47 const TInt StartNow = 0;
    44 const TInt StartNow = 0;
    48 const TInt KSoftNotificationPriority = 1000; //minimum soft notifier priority
       
    49 const TInt KMaxRetry = 4; //Max times of retry when refresh fails for some reason
    45 const TInt KMaxRetry = 4; //Max times of retry when refresh fails for some reason
    50 const TInt StartAfterOneMin = 1; //1mins
    46 const TInt StartAfterOneMin = 1; //1mins
    51 
    47 
    52 
    48 
    53 
    49