equal
deleted
inserted
replaced
72 /** This P&S Key is used to notify DM UI on any download event. key=0 for idle and key=1 for download */ |
72 /** This P&S Key is used to notify DM UI on any download event. key=0 for idle and key=1 for download */ |
73 const TUint32 KFotaDownloadState = 0x00000001; |
73 const TUint32 KFotaDownloadState = 0x00000001; |
74 |
74 |
75 /** If download is active this P&S key is set to ETrue, otherwise EFalse. |
75 /** If download is active this P&S key is set to ETrue, otherwise EFalse. |
76 * The key is owned by omadmappui**/ |
76 * The key is owned by omadmappui**/ |
77 const TUint32 KFotaDownloadActive = 0x0000008; |
77 const TUint32 KFotaDownloadActive = 0x00000008; |
78 |
78 |
79 /** The P&S key to say DM UI to perform refresh of UI elements */ |
79 /** The P&S key to say DM UI to perform refresh of UI elements */ |
80 const TUint32 KFotaDMRefresh = 0x00000009; |
80 const TUint32 KFotaDMRefresh = 0x00000009; |
81 |
81 |
82 enum { |
82 enum { |