Searched refs:ck (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DInMemoryCookieStore.java164 public boolean remove(URI uri, HttpCookie ck) { argument
166 if (ck == null) {
178 return cookies.remove(ck);
317 HttpCookie ck = it.next();
319 if (!ck.hasExpired()) {
321 if (!cookies.contains(ck))
322 cookies.add(ck);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DRuleBasedCollatorTest.java38 CollationKey ck = rbc.getCollationKey(source);
39 assertNull("Assert 1: getCollationKey (null) does not return null", ck);
/libcore/ojluni/src/main/java/java/security/cert/
H A DPKIXParameters.java571 for (PKIXCertPathChecker ck : certPathCheckers) {
572 tmpList.add((PKIXCertPathChecker)ck.clone());

Completed in 197 milliseconds