Lines Matching defs:restoreStatus
2144 final int restoreStatus = c.getInt(restoredIndex);
2145 final boolean isIdValid = (restoreStatus &
2147 final boolean wasProviderReady = (restoreStatus &
2176 int status = restoreStatus &
2190 appWidgetInfo.restoreStatus = status;
2194 + " status =" + restoreStatus);
2197 appWidgetInfo.restoreStatus = restoreStatus;
2200 if ((restoreStatus & LauncherAppWidgetInfo.FLAG_RESTORE_STARTED) != 0) {
2204 appWidgetInfo.restoreStatus |=
2244 (appWidgetInfo.restoreStatus != restoreStatus)) {
2250 appWidgetInfo.restoreStatus);
3214 widgetInfo.restoreStatus &=
3221 widgetInfo.restoreStatus |= LauncherAppWidgetInfo.FLAG_UI_NOT_READY;