Searched refs:widgetIds (Results 1 – 3 of 3) sorted by relevance
293 Set<String> filteredWidgets = widgetIds.stream() in backupPeopleTileKey()342 + widgetIds); in restorePeopleTileKeyAndCorrespondingWidgetFile()365 + widgetIds); in backupContactUriKey()368 editor.putStringSet(uri.toString(), widgetIds); in backupContactUriKey() local375 + widgetIds); in backupContactUriKey()377 editor.putStringSet(uri.toString(), widgetIds); in backupContactUriKey() local392 editor.putStringSet(uri.toString(), widgetIds); in restoreContactUriKey() local398 for (String id : widgetIds) { in restoreWidgetIdFiles()494 int[] widgetIds = AppWidgetManager.getInstance(context) in updateWidgets() local497 for (int id : widgetIds) { in updateWidgets()[all …]
263 public void updateWidgets(int[] widgetIds) { in updateWidgets() argument264 mBgExecutor.execute(() -> updateWidgetsInBackground(widgetIds)); in updateWidgets()267 private void updateWidgetsInBackground(int[] widgetIds) { in updateWidgetsInBackground() argument270 if (widgetIds.length == 0) { in updateWidgetsInBackground()275 updateSingleConversationWidgets(widgetIds); in updateWidgetsInBackground()461 int[] widgetIds = mAppWidgetManager.getAppWidgetIds( in updateWidgetsWithNotificationChangedInBackground() local464 if (widgetIds.length == 0) { in updateWidgetsWithNotificationChangedInBackground()1242 int[] widgetIds = mAppWidgetManager.getAppWidgetIds( in remapWidgets() local1246 for (int id : widgetIds) { in remapWidgets()1251 updateWidgets(widgetIds); in remapWidgets()
202 Set<String> widgetIds; in removeUnavailableShortcutsFromSharedStorage() local204 widgetIds = (Set<String>) entry.getValue(); in removeUnavailableShortcutsFromSharedStorage()209 for (String id : widgetIds) { in removeUnavailableShortcutsFromSharedStorage()