HomeSort by relevance Sort by last modified time
    Searched refs:pubDate (Results 1 - 3 of 3) sorted by null

  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 138 // Query all feeds. If the new feed has a newer pubDate than the previous,
174 // lastUpdated = <rss><channel><pubDate>value</pubDate></channel></rss>.
200 // Get the <pubDate> content from a feed and return a
207 String patt ="<[\\s]*pubDate[\\s]*>(.+?)</pubDate[\\s]*>";
212 mLogger.info("pubDate: " + m.group());
213 SimpleDateFormat pubDate = new SimpleDateFormat();
214 cal.setTime(pubDate.parse(m.group(1)));
217 mLogger.warning("parseRssDocPubDate couldn't find a <pubDate> tag. Returning default value.")
    [all...]
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js     [all...]

Completed in 188 milliseconds