OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUrlContent
(Results
1 - 3
of
3
) 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 {
ExtendedWikiHelper.java
205
String content =
getUrlContent
(WIKTIONARY_RANDOM);
/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 348 milliseconds