Searched refs:ACCEPT_ALL (Results 1 – 3 of 3) sorted by relevance
39 accept = CookiePolicy.ACCEPT_ALL.shouldAccept(null, cookie); in test_ShouldAccept_LURI_LHttpCookie()42 accept = CookiePolicy.ACCEPT_ALL.shouldAccept(null, null); in test_ShouldAccept_LURI_LHttpCookie()45 accept = CookiePolicy.ACCEPT_ALL.shouldAccept(uri, null); in test_ShouldAccept_LURI_LHttpCookie()
42 public static final CookiePolicy ACCEPT_ALL = new CookiePolicy(){ field
1350 CookiePolicy.ACCEPT_ALL); in test_Put_Get_LURI_LMap()1365 CookiePolicy.ACCEPT_ALL); in test_Put_Get_LURI_LMap()1424 CookiePolicy.ACCEPT_ALL); in testCookieManager_LCookieStore_LCookiePolicy()1449 manager.setCookiePolicy(CookiePolicy.ACCEPT_ALL); in test_SetCookiePolicy_LCookiePolicy()1473 CookieManager cm = new CookieManager(fscs, CookiePolicy.ACCEPT_ALL); in testCookieWithNullPath()