Home | History | Annotate | Download | only in launcher3

Lines Matching refs:restored

833         final String where = "intent glob \"*component=" + componentName + "*\" and restored = 1";
835 new String[]{"intent", "restored"}, where, null, null);
1837 LauncherSettings.Favorites.RESTORED);
1853 boolean restored = 0 != c.getInt(restoredIndex);
1864 if (restored) {
1867 "package not yet restored: " + cn, true);
1883 } else if (restored) {
1884 // no special handling necessary for this restored item
1886 restored = false;
1894 if (restored) {
1896 "constructing info for partially restored package",
1995 if (restored) {
1996 // no special handling required for restored folders
2103 // Update restored items that no longer require special handling
2111 values.put(LauncherSettings.Favorites.RESTORED, 0);
2115 Log.w(TAG, "Could not update restored rows");
2867 * Make an ShortcutInfo object for a restored application or shortcut item that points
2884 * Make an Intent object for a restored application or shortcut item that points