Searched refs:newWidgets (Results 1 – 2 of 2) sorted by relevance
235 val newWidgets = in restoreWidgets() constant260 val newState = CommunalHubState().apply { widgets = newWidgets.toTypedArray() } in restoreWidgets()
1353 Set<String> newWidgets = getNewWidgets(oldWidgetIds, widgets); in remapSharedFile() local1356 + ", replace values with new ids: " + newWidgets); in remapSharedFile()1358 editor.putStringSet(key, newWidgets); in remapSharedFile()1384 Set<String> newWidgets = getNewWidgets(oldWidgetIds, widgets); in remapFollowupFile() local1386 Log.d(TAG, "Follow up key: " + key + ", replace with new ids: " + newWidgets); in remapFollowupFile()1388 followUpEditor.putStringSet(key, newWidgets); in remapFollowupFile()