javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/DlListener.java
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    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());
    84             try
    86             try
    85             {
    87             {
    86                 iBall.iSifNotifier.notifyProgress(
    88                 iBall.iSifNotifier.notifyProgress(
    87                     iBall.iSifNotifier.SUB_OP_DOWNLOAD,
    89                     iBall.iSifNotifier.SUB_OP_DOWNLOAD,
    88                     (int)aDlInfo.getCurrentSize(),
    90                     (int)aDlInfo.getCurrentSize(),