Home | History | Annotate | Download | only in provider

Lines Matching refs:widgetInfo

6013             // widgetInfo now has pairs of account uri/folder uri
6015 for (String[] widgetInfo: widgetInfos) {
6017 if (widgetInfo == null || TextUtils.isEmpty(widgetInfo[1])) continue;
6018 long id = Long.parseLong(Uri.parse(widgetInfo[1]).getLastPathSegment());