Searched refs:APPWIDGET_IDS (Results 1 – 1 of 1) sorted by relevance
66 private static final String APPWIDGET_IDS = "appwidget_ids"; field in RestoreDbTask292 if (prefs.contains(APPWIDGET_OLD_IDS) && prefs.contains(APPWIDGET_IDS)) { in restoreAppWidgetIdsIfExists()295 IntArray.fromConcatString(prefs.getString(APPWIDGET_IDS, "")).toArray()); in restoreAppWidgetIdsIfExists()301 .remove(APPWIDGET_IDS).apply(); in restoreAppWidgetIdsIfExists()308 .putString(APPWIDGET_IDS, IntArray.wrap(newIds).toConcatString()) in setRestoredAppWidgetIds()