Searched refs:newWidgets (Results 1 – 1 of 1) sorted by relevance
1320 Set<String> newWidgets = getNewWidgets(oldWidgetIds, widgets); in remapSharedFile() local1323 + ", replace values with new ids: " + newWidgets); in remapSharedFile()1325 editor.putStringSet(key, newWidgets); in remapSharedFile()1351 Set<String> newWidgets = getNewWidgets(oldWidgetIds, widgets); in remapFollowupFile() local1353 Log.d(TAG, "Follow up key: " + key + ", replace with new ids: " + newWidgets); in remapFollowupFile()1355 followUpEditor.putStringSet(key, newWidgets); in remapFollowupFile()