OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calendarpast
(Results
1 - 1
of
1
) sorted by null
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/cert/
X509CertificateTest.java
342
Calendar
calendarPast
= GregorianCalendar.getInstance();
343
calendarPast
.clear();
346
tbt_cert.checkValidity(
calendarPast
.getTime());
Completed in 235 milliseconds