HomeSort by relevance Sort by last modified time
    Searched refs:assertDateEquals (Results 1 - 5 of 5) sorted by null

  /packages/apps/Dialer/tests/src/com/android/dialer/
PhoneCallDetailsHelperTest.java 133 assertDateEquals("0 mins ago");
137 assertDateEquals("1 hour ago");
141 assertDateEquals("Yesterday");
145 assertDateEquals("2 days ago");
257 private void assertDateEquals(String text) {
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CRLTest.java 236 assertDateEquals(lastUpdate, crl.getThisUpdate());
237 assertDateEquals(nextUpdate, crl.getNextUpdate());
250 assertDateEquals(lastUpdate, crl.getThisUpdate());
251 assertDateEquals(nextUpdate, crl.getNextUpdate());
310 private static void assertDateEquals(Date date1, Date date2) throws Exception {
327 assertDateEquals(expectedDate, rsaEntry.getRevocationDate());
342 assertDateEquals(expectedDate, dsaEntry.getRevocationDate());
X509CertificateTest.java 580 private static void assertDateEquals(Date date1, Date date2) throws Exception {
593 assertDateEquals(dates[0], c.getNotBefore());
594 assertDateEquals(dates[1], c.getNotAfter());
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyPairGeneratorTest.java 461 assertDateEquals("The notBefore date should be the one passed into the params", start,
464 assertDateEquals("The notAfter date should be the one passed into the params", end,
560 private static void assertDateEquals(String message, Date date1, Date date2) throws Exception {
  /frameworks/base/keystore/tests/src/android/security/
AndroidKeyPairGeneratorTest.java 523 assertDateEquals("The notBefore date should be the one passed into the params", start,
526 assertDateEquals("The notAfter date should be the one passed into the params", end,
539 private static void assertDateEquals(String message, Date date1, Date date2) throws Exception {

Completed in 5982 milliseconds