Home
last modified time | relevance | path

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

/development/samples/Wiktionary/src/com/example/android/wiktionary/
DExtendedWikiHelper.java72 public static final String WIKI_AUTHORITY = "wiktionary"; field in ExtendedWikiHelper
176 String.format("<a href=\"%s://%s/$1\">$1</a>", WIKI_AUTHORITY, WIKI_LOOKUP_HOST))); in sFormatRules.add() argument
178 String.format("<a href=\"%s://%s/$1\">$2</a>", WIKI_AUTHORITY, WIKI_LOOKUP_HOST))); in sFormatRules.add() argument
DWordWidget.java114 String definePage = String.format("%s://%s/%s", ExtendedWikiHelper.WIKI_AUTHORITY, in buildUpdate()
DLookupActivity.java254 mWebView.loadDataWithBaseURL(ExtendedWikiHelper.WIKI_AUTHORITY, entryContent, in setEntryContent()