Home
last modified time | relevance | path

Searched refs:getSecure (Results 1 – 5 of 5) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DHttpCookieTest.java235 assertFalse(cookie.getSecure()); in test_Get_SetSecure()
237 assertFalse(cookie.getSecure()); in test_Get_SetSecure()
240 assertTrue(cookie.getSecure()); in test_Get_SetSecure()
243 assertFalse(cookie.getSecure()); in test_Get_SetSecure()
661 assertFalse(cookie.getSecure()); in test_Parse()
767 assertTrue(cookie.getSecure()); in test_Parse()
771 assertTrue(cookie.getSecure()); in test_Parse()
776 assertTrue(cookie.getSecure()); in test_Parse()
869 assertTrue(cookie.getSecure());
875 assertTrue(cookie.getSecure());
/libcore/ojluni/annotations/hiddenapi/java/net/
DHttpCookie.java115 public boolean getSecure() { in getSecure() method in HttpCookie
/libcore/ojluni/src/main/java/java/net/
DCookieManager.java226 (secureLink || !cookie.getSecure())) { in get()
DHttpCookie.java502 public boolean getSecure() { in getSecure() method in HttpCookie
/libcore/luni/src/test/java/libcore/java/net/
DAbstractCookiesTest.java115 assertEquals(true, cookie.getSecure()); in testNetscapeResponse()
145 assertEquals(true, cookie.getSecure()); in testRfc2109Response()
179 assertEquals(true, cookie.getSecure()); in testRfc2965Response()
214 assertEquals(true, cookie.getSecure()); in testQuotedAttributeValues()