Searched defs:widgetIds (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleBackupHelper.java | 285 private void backupPeopleTileKey(String key, Set<String> widgetIds, in backupPeopleTileKey() 316 Set<String> widgetIds, SharedPreferences.Editor editor, in restorePeopleTileKeyAndCorrespondingWidgetFile() 337 followUpEditor.putStringSet(peopleTileKey.toString(), widgetIds); in restorePeopleTileKeyAndCorrespondingWidgetFile() local 344 editor.putStringSet(peopleTileKey.toString(), widgetIds); in restorePeopleTileKeyAndCorrespondingWidgetFile() local 355 private void backupContactUriKey(String key, Set<String> widgetIds, in backupContactUriKey() 368 editor.putStringSet(uri.toString(), widgetIds); in backupContactUriKey() local 377 editor.putStringSet(uri.toString(), widgetIds); in backupContactUriKey() local 382 private void restoreContactUriKey(String key, Set<String> widgetIds, in restoreContactUriKey() 392 editor.putStringSet(uri.toString(), widgetIds); in restoreContactUriKey() local 473 Set<String> widgetIds = (Set<String>) entry.getValue(); in getEntryType() local [all …]
|
H A D | PeopleSpaceWidgetManager.java | 263 public void updateWidgets(int[] widgetIds) { in updateWidgets() 267 private void updateWidgetsInBackground(int[] widgetIds) { in updateWidgetsInBackground() 461 int[] widgetIds = mAppWidgetManager.getAppWidgetIds( in updateWidgetsWithNotificationChangedInBackground() local 1242 int[] widgetIds = mAppWidgetManager.getAppWidgetIds( in remapWidgets() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | PeopleBackupFollowUpJob.java | 202 Set<String> widgetIds; in removeUnavailableShortcutsFromSharedStorage() local
|