Home
last modified time | relevance | path

Searched refs:oldWidgetIds (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetsRestoredReceiver.java53 … public static void restoreAppWidgetIds(Context context, int[] oldWidgetIds, int[] newWidgetIds) { in restoreAppWidgetIds() argument
73 for (int i = 0; i < oldWidgetIds.length; i++) { in restoreAppWidgetIds()
74 Log.i(TAG, "Widget state restore id " + oldWidgetIds[i] + " => " + newWidgetIds[i]); in restoreAppWidgetIds()
89 String oldWidgetId = Integer.toString(oldWidgetIds[i]); in restoreAppWidgetIds()