Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleBackupHelper.java293 Set<String> filteredWidgets = widgetIds.stream() in backupPeopleTileKey()
342 + widgetIds); in restorePeopleTileKeyAndCorrespondingWidgetFile()
365 + widgetIds); in backupContactUriKey()
368 editor.putStringSet(uri.toString(), widgetIds); in backupContactUriKey() local
375 + widgetIds); in backupContactUriKey()
377 editor.putStringSet(uri.toString(), widgetIds); in backupContactUriKey() local
392 editor.putStringSet(uri.toString(), widgetIds); in restoreContactUriKey() local
398 for (String id : widgetIds) { in restoreWidgetIdFiles()
494 int[] widgetIds = AppWidgetManager.getInstance(context) in updateWidgets() local
497 for (int id : widgetIds) { in updateWidgets()
[all …]
H A DPeopleSpaceWidgetManager.java263 public void updateWidgets(int[] widgetIds) { in updateWidgets() argument
264 mBgExecutor.execute(() -> updateWidgetsInBackground(widgetIds)); in updateWidgets()
267 private void updateWidgetsInBackground(int[] widgetIds) { in updateWidgetsInBackground() argument
270 if (widgetIds.length == 0) { in updateWidgetsInBackground()
275 updateSingleConversationWidgets(widgetIds); in updateWidgetsInBackground()
461 int[] widgetIds = mAppWidgetManager.getAppWidgetIds( in updateWidgetsWithNotificationChangedInBackground() local
464 if (widgetIds.length == 0) { in updateWidgetsWithNotificationChangedInBackground()
1242 int[] widgetIds = mAppWidgetManager.getAppWidgetIds( in remapWidgets() local
1246 for (int id : widgetIds) { in remapWidgets()
1251 updateWidgets(widgetIds); in remapWidgets()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleBackupFollowUpJob.java202 Set<String> widgetIds; in removeUnavailableShortcutsFromSharedStorage() local
204 widgetIds = (Set<String>) entry.getValue(); in removeUnavailableShortcutsFromSharedStorage()
209 for (String id : widgetIds) { in removeUnavailableShortcutsFromSharedStorage()