Home | History | Annotate | Download | only in provider

Lines Matching refs:widgetIds

6147         int[] widgetIds = mAppWidgetManager.getAppWidgetIds(mEmailComponent);
6148 if (!Arrays.equals(widgetIds, mSavedWidgetIds)) {
6149 mSavedWidgetIds = widgetIds;
6150 String[][] widgetInfos = BaseWidgetProvider.getWidgetInfo(context, widgetIds);