Searched refs:APPWIDGET_OLD_IDS (Results 1 – 1 of 1) sorted by relevance
65 private static final String APPWIDGET_OLD_IDS = "appwidget_old_ids"; field in RestoreDbTask292 if (prefs.contains(APPWIDGET_OLD_IDS) && prefs.contains(APPWIDGET_IDS)) { in restoreAppWidgetIdsIfExists()294 IntArray.fromConcatString(prefs.getString(APPWIDGET_OLD_IDS, "")).toArray(), in restoreAppWidgetIdsIfExists()300 prefs.edit().remove(APPWIDGET_OLD_IDS) in restoreAppWidgetIdsIfExists()307 .putString(APPWIDGET_OLD_IDS, IntArray.wrap(oldIds).toConcatString()) in setRestoredAppWidgetIds()