equal
deleted
inserted
replaced
285 /** |
285 /** |
286 * @brief Checks whether Daylightsaving is on or off |
286 * @brief Checks whether Daylightsaving is on or off |
287 * @param aTimeZoneId Carry the timezoneid of which DST status is required |
287 * @param aTimeZoneId Carry the timezoneid of which DST status is required |
288 * @return TBool |
288 * @return TBool |
289 */ |
289 */ |
290 TBool IsDstOnL( TInt aTimeZoneId ); |
290 TBool IsDstOnL( TInt aTimeZoneId ); |
|
291 |
|
292 /** |
|
293 * @brief Checks whether predictiveapplcation enable key is on/off. |
|
294 * @return TBool |
|
295 */ |
|
296 TBool PredictiveTimeEnabled(); |
291 |
297 |
292 private: //Data members |
298 private: //Data members |
293 |
299 |
294 /** |
300 /** |
295 * @var iBgContext |
301 * @var iBgContext |