OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringEntity
(Results
1 - 25
of
27
) sorted by null
1
2
/external/apache-http/src/org/apache/http/client/entity/
UrlEncodedFormEntity.java
37
import org.apache.http.entity.
StringEntity
;
44
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 $
51
public class
StringEntity
extends AbstractHttpEntity implements Cloneable {
55
public
StringEntity
(final String s, String charset)
68
public
StringEntity
(final String s)
106
} // 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));
/packages/apps/Exchange/src/com/android/exchange/service/
EasAutoDiscover.java
18
import org.apache.http.entity.
StringEntity
;
76
final
StringEntity
entity = buildRequestEntity();
142
* @return A {@link
StringEntity
} for the request XML.
144
private
StringEntity
buildRequestEntity() {
160
return new
StringEntity
(os.toString());
/cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java
34
import org.apache.http.entity.
StringEntity
;
682
StringEntity
entity = new
StringEntity
("CACHE MANIFEST");
743
private static
StringEntity
createEntity(String content) {
745
StringEntity
entity = new
StringEntity
(content);
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java
90
import org.apache.http.entity.
StringEntity
;
[
all
...]
/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/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/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/4/
android.jar
Completed in 3183 milliseconds
1
2