Searched refs:widgetIds (Results 1 – 2 of 2) sorted by relevance
101 static public String[][] getWidgetInfo(Context context, int[] widgetIds) { in getWidgetInfo() argument102 final String[][] widgetInfo = new String[widgetIds.length][2]; in getWidgetInfo()103 for (int i = 0; i < widgetIds.length; i++) { in getWidgetInfo()107 widgetIds[i]); in getWidgetInfo()399 private void migrateLegacyWidgets(Context context, int[] widgetIds) { in migrateLegacyWidgets() argument400 for (int widgetId : widgetIds) { in migrateLegacyWidgets()410 final int[] widgetIds = getCurrentWidgetIds(context); in validateAllWidgetInformation() local411 for (int widgetId : widgetIds) { in validateAllWidgetInformation()
6147 int[] widgetIds = mAppWidgetManager.getAppWidgetIds(mEmailComponent); in notifyWidgets() local6148 if (!Arrays.equals(widgetIds, mSavedWidgetIds)) { in notifyWidgets()6149 mSavedWidgetIds = widgetIds; in notifyWidgets()6150 String[][] widgetInfos = BaseWidgetProvider.getWidgetInfo(context, widgetIds); in notifyWidgets()