Searched refs:newWidgets (Results 1 – 1 of 1) sorted by relevance
1318 Set<String> newWidgets = getNewWidgets(oldWidgetIds, widgets); in remapSharedFile() local1321 + ", replace values with new ids: " + newWidgets); in remapSharedFile()1323 editor.putStringSet(key, newWidgets); in remapSharedFile()1349 Set<String> newWidgets = getNewWidgets(oldWidgetIds, widgets); in remapFollowupFile() local1351 Log.d(TAG, "Follow up key: " + key + ", replace with new ids: " + newWidgets); in remapFollowupFile()1353 followUpEditor.putStringSet(key, newWidgets); in remapFollowupFile()