HomeSort by relevance Sort by last modified time
    Searched refs:StringEntity (Results 1 - 25 of 34) sorted by null

1 2

  /external/apache-http/src/org/apache/http/client/entity/
UrlEncodedFormEntity.java 37 import org.apache.http.entity.StringEntity;
49 public class UrlEncodedFormEntity extends StringEntity {
  /external/apache-http/src/org/apache/http/entity/
StringEntity.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/StringEntity.java $
56 public class StringEntity extends AbstractHttpEntity implements Cloneable {
60 public StringEntity(final String s, String charset)
73 public StringEntity(final String s)
111 } // class StringEntity
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
FakeHttpLayerTest.java 8 import org.apache.http.entity.StringEntity;
87 match.setEntity(new StringEntity(expectedText));
90 noMatch.setEntity(new StringEntity("some text that does not match"));
  /frameworks/volley/tests/src/com/android/volley/toolbox/
BasicNetworkTest.java 25 import org.apache.http.entity.StringEntity;
47 fakeResponse.setEntity(new StringEntity("foobar"));
  /packages/apps/Browser/src/com/android/browser/homepages/
Template.java 65 static class StringEntity implements Entity {
69 public StringEntity(String value) {
192 mTemplate.add(new StringEntity(static_part));
214 mTemplate.add(new StringEntity(static_part));
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java 34 import org.apache.http.entity.StringEntity;
790 StringEntity entity = new StringEntity("CACHE MANIFEST");
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasAutoDiscover.java 20 import org.apache.http.entity.StringEntity;
150 return new StringEntity(os.toString());
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 
httpclient-4.1.1.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
httpclient-4.0.3.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
httpclient-4.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 790 milliseconds

1 2