Home | History | Annotate | Download | only in launcher3

Lines Matching full:restored

379             // There might be some partially restored DB items, due to buggy restore logic in
523 "restored INTEGER NOT NULL DEFAULT 0," +
655 if (!addIntegerColumn(db, Favorites.RESTORED, 0)) {