Home
last modified time | relevance | path

Searched refs:getContent (Results 1 – 10 of 10) sorted by relevance

/development/samples/AconfigDemo/src/com/example/android/aconfig/demo/
DAconfigDemoActivity.java52 simpleTextView.append(cp.getContent()); in onCreate()
54 simpleTextView.append(injectedContent.getContent()); in onCreate()
/development/samples/AconfigDemo/tests/unittests/
DStaticContentUnitTests.java55 String ret = statiContent.getContent(); in staticContent_enable_staticFlag_disable_thirdFlag()
68 String ret = statiContent.getContent(); in staticContent_enable_thirdFlag_with_default()
/development/samples/AconfigDemo/lib/com/example/android/aconfig/demo/
DInjectedContent.java32 public String getContent() { in getContent() method in InjectedContent
DStaticContent.java27 public String getContent() { in getContent() method in StaticContent
/development/samples/AconfigDemo/tests/src/com/example/android/aconfig/demo/
DInjectedContentTests.java40 … assertEquals("Get appendInjectedContent", expected.toString(), injectedContent.getContent()); in testInjectedContentFlagOn()
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DSimpleWikiHelper.java191 InputStream inputStream = entity.getContent(); in getUrlContent()
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DSimpleWikiHelper.java198 InputStream inputStream = entity.getContent(); in getUrlContent()
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java271 inputStream = entity.getContent(); in doInBackground()
DXmlDocumentProvider.java234 inputStream = entity.getContent(); in getUriXmlPullParser()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DNetworkUtilities.java125 InputStream istream = (resp.getEntity() != null) ? resp.getEntity().getContent() in authenticate()