Home
last modified time | relevance | path

Searched defs:content (Results 1 – 8 of 8) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DAutoComplete5.java34 ContentResolver content = getContentResolver(); in onCreate() local
DAutoComplete4.java41 ContentResolver content = getContentResolver(); in onCreate() local
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssItem.java26 public String content; field in RssItem
DMyRssReader5.java87 String content = ""; in onItemSelected() local
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DSimpleWikiHelper.java151 String content = getUrlContent(String.format(WIKTIONARY_PAGE, in getPageContent() local
200 ByteArrayOutputStream content = new ByteArrayOutputStream(); in getUrlContent() local
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DSimpleWikiHelper.java144 String content = getUrlContent(String.format(WIKTIONARY_PAGE, in getPageContent() local
193 ByteArrayOutputStream content = new ByteArrayOutputStream(); in getUrlContent() local
DExtendedWikiHelper.java205 String content = getUrlContent(WIKTIONARY_RANDOM); in getRandomWord() local
/development/samples/NFCDemo/src/com/example/android/nfc/
DTagViewer.java99 LinearLayout content = mTagContent; in buildTagViews() local