javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/DlListener.java
branchRCL_3
changeset 24 6c158198356e
parent 17 0fd27995241b
equal deleted inserted replaced
23:e5618cc85d74 24:6c158198356e
    79                     "DlListener: InstallerUi.updateProgress threw exception", t);
    79                     "DlListener: InstallerUi.updateProgress threw exception", t);
    80             }
    80             }
    81         }
    81         }
    82         if (iBall.iSifNotifier != null)
    82         if (iBall.iSifNotifier != null)
    83         {
    83         {
    84             Log.log("DlListener.set: update SifNotifier to " +
       
    85                     aDlInfo.getCurrentSize() + " / " + aDlInfo.getTotalSize());
       
    86             try
    84             try
    87             {
    85             {
    88                 iBall.iSifNotifier.notifyProgress(
    86                 iBall.iSifNotifier.notifyProgress(
    89                     iBall.iSifNotifier.SUB_OP_DOWNLOAD,
    87                     iBall.iSifNotifier.SUB_OP_DOWNLOAD,
    90                     (int)aDlInfo.getCurrentSize(),
    88                     (int)aDlInfo.getCurrentSize(),