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