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

  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 72 public static final String WIKI_AUTHORITY = "wiktionary";
176 String.format("<a href=\"%s://%s/$1\">$1</a>", WIKI_AUTHORITY, WIKI_LOOKUP_HOST)));
178 String.format("<a href=\"%s://%s/$1\">$2</a>", WIKI_AUTHORITY, WIKI_LOOKUP_HOST)));
WordWidget.java 114 String definePage = String.format("%s://%s/%s", ExtendedWikiHelper.WIKI_AUTHORITY,
LookupActivity.java 254 mWebView.loadDataWithBaseURL(ExtendedWikiHelper.WIKI_AUTHORITY, entryContent,

Completed in 39 milliseconds