HomeSort by relevance Sort by last modified time
    Searched defs:HttpCookie (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/main/java/java/net/
HttpCookie.java 63 public final class HttpCookie implements Cloneable {
135 static boolean pathMatches(HttpCookie cookie, URI uri) {
145 static boolean secureMatches(HttpCookie cookie, URI uri) {
153 static boolean portMatches(HttpCookie cookie, URI uri) {
205 public static List<HttpCookie> parse(String header) {
233 public List<HttpCookie> parse() {
234 List<HttpCookie> cookies = new ArrayList<HttpCookie>(2);
265 HttpCookie cookie = new HttpCookie(name, value)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
HttpCookieTest.java 19 import java.net.HttpCookie;
29 * @tests java.net.HttpCookie(String, String).
34 assertNotNull(new HttpCookie("harmony_6", "test,sem"));
35 assertNotNull(new HttpCookie("harmony_6", null));
36 assertNotNull(new HttpCookie("harmony ", null));
37 assertEquals("harmony", new HttpCookie("harmony ", null).getName());
65 new HttpCookie(null, value);
72 new HttpCookie("\u007f", value);
78 HttpCookie cookie = new HttpCookie("harmony!", null)
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 624 milliseconds