javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/OcspListener.java
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    76                         "OcspListener: Exception from InstallerUi.setOcspIndicator", t);
    76                         "OcspListener: Exception from InstallerUi.setOcspIndicator", t);
    77                 }
    77                 }
    78             }
    78             }
    79             if (iBall.iSifNotifier != null)
    79             if (iBall.iSifNotifier != null)
    80             {
    80             {
       
    81                 Log.log("OcspListener.ocspEvent: update SifNotifier to 0 / 0");
    81                 try
    82                 try
    82                 {
    83                 {
    83                     iBall.iSifNotifier.notifyProgress(
    84                     iBall.iSifNotifier.notifyProgress(
    84                         iBall.iSifNotifier.SUB_OP_OCSP, 0, 0);
    85                         iBall.iSifNotifier.SUB_OP_OCSP, 0, 0);
    85                 }
    86                 }
   106                             "OcspListener: Exception from InstallerUi.setOcspIndicator", t);
   107                             "OcspListener: Exception from InstallerUi.setOcspIndicator", t);
   107                     }
   108                     }
   108                 }
   109                 }
   109                 if (iBall.iSifNotifier != null)
   110                 if (iBall.iSifNotifier != null)
   110                 {
   111                 {
       
   112                     Log.log("OcspListener.ocspEvent: update SifNotifier to 100 / 100");
   111                     try
   113                     try
   112                     {
   114                     {
   113                         iBall.iSifNotifier.notifyProgress(
   115                         iBall.iSifNotifier.notifyProgress(
   114                             iBall.iSifNotifier.SUB_OP_OCSP, 100, 100);
   116                             iBall.iSifNotifier.SUB_OP_OCSP, 100, 100);
   115                     }
   117                     }