Searched refs:urlValue (Results 1 – 1 of 1) sorted by relevance
167 String urlValue = localXmlPullParser.getAttributeValue(null, "url"); in parseXml() local170 if (urlValue == null) in parseXml()174 mImage.put(imageUrlKey, urlValue); in parseXml()177 fileName = Uri.parse(urlValue).getLastPathSegment(); in parseXml()