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

/frameworks/base/keystore/tests/src/android/security/keystore/
H A DAndroidKeyPairGeneratorTest.java399 assertDateEquals("The notBefore date should be the one passed into the params", start,
402 assertDateEquals("The notAfter date should be the one passed into the params", end,
423 private static void assertDateEquals(String message, Date date1, Date date2) throws Exception { method in class:AndroidKeyPairGeneratorTest

Completed in 34 milliseconds