Home
last modified time | relevance | path

Searched refs:getUrlContent (Results 1 – 3 of 3) sorted by relevance

/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DSimpleWikiHelper.java151 String content = getUrlContent(String.format(WIKTIONARY_PAGE, in getPageContent()
176 protected static synchronized String getUrlContent(String url) throws ApiException { in getUrlContent() method in SimpleWikiHelper
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DSimpleWikiHelper.java144 String content = getUrlContent(String.format(WIKTIONARY_PAGE, in getPageContent()
169 protected static synchronized String getUrlContent(String url) throws ApiException { in getUrlContent() method in SimpleWikiHelper
DExtendedWikiHelper.java205 String content = getUrlContent(WIKTIONARY_RANDOM); in getRandomWord()