Searched refs:ACCEPT_NONE (Results 1 – 3 of 3) sorted by relevance
49 accept = CookiePolicy.ACCEPT_NONE.shouldAccept(null, cookie); in test_ShouldAccept_LURI_LHttpCookie()52 accept = CookiePolicy.ACCEPT_NONE.shouldAccept(null, null); in test_ShouldAccept_LURI_LHttpCookie()55 accept = CookiePolicy.ACCEPT_NONE.shouldAccept(uri, null); in test_ShouldAccept_LURI_LHttpCookie()
51 public static final CookiePolicy ACCEPT_NONE = new CookiePolicy(){ field
1358 CookiePolicy.ACCEPT_NONE); in test_Put_Get_LURI_LMap()1439 manager.setCookiePolicy(CookiePolicy.ACCEPT_NONE); in test_SetCookiePolicy_LCookiePolicy()