Home
last modified time | relevance | path

Searched refs:widgetIds (Results 1 – 4 of 4) 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.java296 public void updateWidgets(int[] widgetIds) { in updateWidgets() argument
297 mBgExecutor.execute(() -> updateWidgetsInBackground(widgetIds)); in updateWidgets()
300 private void updateWidgetsInBackground(int[] widgetIds) { in updateWidgetsInBackground() argument
303 if (widgetIds.length == 0) { in updateWidgetsInBackground()
308 updateSingleConversationWidgets(widgetIds); in updateWidgetsInBackground()
494 int[] widgetIds = mAppWidgetManager.getAppWidgetIds( in updateWidgetsWithNotificationChangedInBackground() local
497 if (widgetIds.length == 0) { in updateWidgetsWithNotificationChangedInBackground()
1275 int[] widgetIds = mAppWidgetManager.getAppWidgetIds( in remapWidgets() local
1279 for (int id : widgetIds) { in remapWidgets()
1284 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()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java701 final int[] widgetIds = new int[widgetCount]; in updateWidgetPackageStoppedMaskedState() local
703 widgetIds[j] = provider.widgets.get(j).appWidgetId; in updateWidgetPackageStoppedMaskedState()
705 registerForBroadcastsLocked(provider, widgetIds); in updateWidgetPackageStoppedMaskedState()
706 sendUpdateIntentLocked(provider, widgetIds, /* interactive= */ false); in updateWidgetPackageStoppedMaskedState()