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.java40 static void restoreAppWidgetIds(Context context, int[] oldWidgetIds, int[] newWidgetIds) { in restoreAppWidgetIds() argument
45 for (int i = 0; i < oldWidgetIds.length; i++) { in restoreAppWidgetIds()
46 Log.i(TAG, "Widget state restore id " + oldWidgetIds[i] + " => " + newWidgetIds[i]); in restoreAppWidgetIds()
61 String[] widgetIdParams = new String[] { Integer.toString(oldWidgetIds[i]) }; in restoreAppWidgetIds()