Searched refs:FLAG_RESTORE_STARTED (Results 1 – 9 of 9) sorted by relevance
430 if (c.hasRestoreFlag(WorkspaceItemInfo.FLAG_RESTORE_STARTED)) { in loadWorkspace()434 c.restoreFlag |= WorkspaceItemInfo.FLAG_RESTORE_STARTED; in loadWorkspace()630 ~LauncherAppWidgetInfo.FLAG_RESTORE_STARTED & in loadWorkspace()657 … if (c.hasRestoreFlag(LauncherAppWidgetInfo.FLAG_RESTORE_STARTED)) { in loadWorkspace()662 LauncherAppWidgetInfo.FLAG_RESTORE_STARTED; in loadWorkspace()
275 ~LauncherAppWidgetInfo.FLAG_RESTORE_STARTED; in execute()
124 | (keepAllIcons ? WorkspaceItemInfo.FLAG_RESTORE_STARTED : 0)); in sanitizeDB()131 (keepAllIcons ? LauncherAppWidgetInfo.FLAG_RESTORE_STARTED : 0)); in sanitizeDB()
45 | WorkspaceItemInfo.FLAG_RESTORE_STARTED in makeWorkspaceItem()
47 shortcut.status |= WorkspaceItemInfo.FLAG_RESTORE_STARTED; in makeWorkspaceItem()
55 public static final int FLAG_RESTORE_STARTED = 8; field in LauncherAppWidgetInfo
67 public static final int FLAG_RESTORE_STARTED = 1 << 3; field in WorkspaceItemInfo
561 | WorkspaceItemInfo.FLAG_RESTORE_STARTED; in verifyAndInsert()
202 | LauncherAppWidgetInfo.FLAG_RESTORE_STARTED in testPendingWidget_notRestored_brokenInstall()