Searched defs:date1 (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/cert/
H A DX509CRLTest.java304 private static void assertDateEquals(Date date1, Date date2) throws Exception { argument
307 String result1 = formatter.format(date1);
H A DX509CertificateTest.java589 private static void assertDateEquals(Date date1, Date date2) throws Exception { argument
592 String result1 = formatter.format(date1);

Completed in 248 milliseconds