Home | History | Annotate | Download | only in provider

Lines Matching full:widgetids

5573         int[] widgetIds = mAppWidgetManager.getAppWidgetIds(mEmailComponent);
5574 if (!Arrays.equals(widgetIds, mSavedWidgetIds)) {
5575 mSavedWidgetIds = widgetIds;
5576 String[][] widgetInfos = BaseWidgetProvider.getWidgetInfo(context, widgetIds);