HomeSort by relevance Sort by last modified time
    Searched defs:getUrlContent (Results 1 - 2 of 2) sorted by null

  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 72 * Shared buffer used by {@link #getUrlContent(String)} when reading results
144 String content = getUrlContent(String.format(WIKTIONARY_PAGE,
169 protected static synchronized String getUrlContent(String url) throws ApiException {
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 79 * Shared buffer used by {@link #getUrlContent(String)} when reading results
151 String content = getUrlContent(String.format(WIKTIONARY_PAGE,
176 protected static synchronized String getUrlContent(String url) throws ApiException {

Completed in 38 milliseconds