Searched refs:widgetIds (Results 1 – 4 of 4) sorted by relevance
54 public synchronized void createWidgets(Context context, int[] widgetIds) { in createWidgets() argument55 for (int widgetId : widgetIds) { in createWidgets()60 public synchronized void deleteWidgets(Context context, int[] widgetIds) { in deleteWidgets() argument61 for (int widgetId : widgetIds) { in deleteWidgets()72 public synchronized void updateWidgets(Context context, int[] widgetIds) { in updateWidgets() argument73 for (int widgetId : widgetIds) { in updateWidgets()
49 public void remove(Context context, int[] widgetIds) { in remove() argument52 for (int widgetId : widgetIds) { in remove()
84 final int[] widgetIds = appWidgetManager.getAppWidgetIds(component); in onReceive() local91 appWidgetManager.notifyAppWidgetViewDataChanged(widgetIds, R.id.message_list); in onReceive()
123 static void removeOrphanedStates(Context context, int[] widgetIds) { in removeOrphanedStates() argument125 File[] widgetStates = prefsDirectory.listFiles(new StateFilter(widgetIds)); in removeOrphanedStates()