Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/widget/
DWidgetManager.java54 public synchronized void createWidgets(Context context, int[] widgetIds) { in createWidgets() argument
55 for (int widgetId : widgetIds) { in createWidgets()
60 public synchronized void deleteWidgets(Context context, int[] widgetIds) { in deleteWidgets() argument
61 for (int widgetId : widgetIds) { in deleteWidgets()
72 public synchronized void updateWidgets(Context context, int[] widgetIds) { in updateWidgets() argument
73 for (int widgetId : widgetIds) { in updateWidgets()
/packages/apps/Contacts/src/com/android/contacts/socialwidget/
DSocialWidgetSettings.java49 public void remove(Context context, int[] widgetIds) { in remove() argument
52 for (int widgetId : widgetIds) { in remove()
/packages/apps/Email/src/com/android/email/provider/
DWidgetProvider.java84 final int[] widgetIds = appWidgetManager.getAppWidgetIds(component); in onReceive() local
91 appWidgetManager.notifyAppWidgetViewDataChanged(widgetIds, R.id.message_list); in onReceive()
/packages/apps/Browser/src/com/android/browser/widget/
DBookmarkThumbnailWidgetService.java123 static void removeOrphanedStates(Context context, int[] widgetIds) { in removeOrphanedStates() argument
125 File[] widgetStates = prefsDirectory.listFiles(new StateFilter(widgetIds)); in removeOrphanedStates()