Home | History | Annotate | Download | only in launcher3

Lines Matching defs:installProgress

303                             widget.installProgress = installInfo.progress;
2198 Integer installProgress = installingPkgs.get(component.getPackageName());
2202 } else if (installProgress != null) {
2213 appWidgetInfo.installProgress =
2214 installProgress == null ? 0 : installProgress;