Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleBackupHelper.java285 private void backupPeopleTileKey(String key, Set<String> widgetIds, in backupPeopleTileKey() argument
293 Set<String> filteredWidgets = widgetIds.stream() in backupPeopleTileKey()
316 Set<String> widgetIds, SharedPreferences.Editor editor, in restorePeopleTileKeyAndCorrespondingWidgetFile() argument
337 followUpEditor.putStringSet(peopleTileKey.toString(), widgetIds); in restorePeopleTileKeyAndCorrespondingWidgetFile() local
342 + widgetIds); in restorePeopleTileKeyAndCorrespondingWidgetFile()
344 editor.putStringSet(peopleTileKey.toString(), widgetIds); in restorePeopleTileKeyAndCorrespondingWidgetFile() local
345 restoreWidgetIdFiles(mContext, widgetIds, peopleTileKey); in restorePeopleTileKeyAndCorrespondingWidgetFile()
355 private void backupContactUriKey(String key, Set<String> widgetIds, in backupContactUriKey() argument
365 + widgetIds); in backupContactUriKey()
368 editor.putStringSet(uri.toString(), widgetIds); in backupContactUriKey() local
[all …]
DPeopleSpaceWidgetManager.java262 public void updateWidgets(int[] widgetIds) { in updateWidgets() argument
263 mBgExecutor.execute(() -> updateWidgetsInBackground(widgetIds)); in updateWidgets()
266 private void updateWidgetsInBackground(int[] widgetIds) { in updateWidgetsInBackground() argument
269 if (widgetIds.length == 0) { in updateWidgetsInBackground()
274 updateSingleConversationWidgets(widgetIds); in updateWidgetsInBackground()
456 int[] widgetIds = mAppWidgetManager.getAppWidgetIds( in updateWidgetsWithNotificationChangedInBackground() local
459 if (widgetIds.length == 0) { in updateWidgetsWithNotificationChangedInBackground()
1240 int[] widgetIds = mAppWidgetManager.getAppWidgetIds( in remapWidgets() local
1244 for (int id : widgetIds) { in remapWidgets()
1249 updateWidgets(widgetIds); in remapWidgets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleBackupFollowUpJob.java202 Set<String> widgetIds; in removeUnavailableShortcutsFromSharedStorage() local
204 widgetIds = (Set<String>) entry.getValue(); in removeUnavailableShortcutsFromSharedStorage()
209 for (String id : widgetIds) { in removeUnavailableShortcutsFromSharedStorage()