Searched refs:RESTORE_COMPLETED (Results 1 – 5 of 5) sorted by relevance
92 item.restoreStatus != LauncherAppWidgetInfo.RESTORE_COMPLETED in inflateAppWidget()151 LauncherAppWidgetInfo.RESTORE_COMPLETED in inflateAppWidget()162 item.restoreStatus = LauncherAppWidgetInfo.RESTORE_COMPLETED in inflateAppWidget()169 item.restoreStatus = LauncherAppWidgetInfo.RESTORE_COMPLETED in inflateAppWidget()175 if (item.restoreStatus == LauncherAppWidgetInfo.RESTORE_COMPLETED) { in inflateAppWidget()
215 && mInfo.restoreStatus != LauncherAppWidgetInfo.RESTORE_COMPLETED) { in onAttachedToWindow()
44 import com.android.launcher3.model.data.LauncherAppWidgetInfo.RESTORE_COMPLETED in <lambda>()242 assertEquals(RESTORE_COMPLETED, itemInfo.restoreStatus) in <lambda>()261 assertEquals(RESTORE_COMPLETED, itemInfo.restoreStatus) in <lambda>()
49 public static final int RESTORE_COMPLETED = 0; field in LauncherAppWidgetInfo166 restoreStatus = RESTORE_COMPLETED; in LauncherAppWidgetInfo()
855 completeRestoreAppWidget(appWidgetId, LauncherAppWidgetInfo.RESTORE_COMPLETED);1527 completeRestoreAppWidget(appWidgetId, LauncherAppWidgetInfo.RESTORE_COMPLETED);2361 if (info.restoreStatus == LauncherAppWidgetInfo.RESTORE_COMPLETED) {