Home
last modified time | relevance | path

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

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