Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java1320 Set<String> newWidgets = getNewWidgets(oldWidgetIds, widgets); in remapSharedFile() local
1323 + ", replace values with new ids: " + newWidgets); in remapSharedFile()
1325 editor.putStringSet(key, newWidgets); in remapSharedFile()
1351 Set<String> newWidgets = getNewWidgets(oldWidgetIds, widgets); in remapFollowupFile() local
1353 Log.d(TAG, "Follow up key: " + key + ", replace with new ids: " + newWidgets); in remapFollowupFile()
1355 followUpEditor.putStringSet(key, newWidgets); in remapFollowupFile()