Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/
DCommunalWidgetRepository.kt235 val newWidgets = in restoreWidgets() constant
260 val newState = CommunalHubState().apply { widgets = newWidgets.toTypedArray() } in restoreWidgets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java1353 Set<String> newWidgets = getNewWidgets(oldWidgetIds, widgets); in remapSharedFile() local
1356 + ", replace values with new ids: " + newWidgets); in remapSharedFile()
1358 editor.putStringSet(key, newWidgets); in remapSharedFile()
1384 Set<String> newWidgets = getNewWidgets(oldWidgetIds, widgets); in remapFollowupFile() local
1386 Log.d(TAG, "Follow up key: " + key + ", replace with new ids: " + newWidgets); in remapFollowupFile()
1388 followUpEditor.putStringSet(key, newWidgets); in remapFollowupFile()