OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertDateEquals
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Dialer/tests/src/com/android/dialer/
PhoneCallDetailsHelperTest.java
135
assertDateEquals
("0 mins ago");
139
assertDateEquals
("1 hour ago");
143
assertDateEquals
("Yesterday");
147
assertDateEquals
("2 days ago");
259
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
465
assertDateEquals
("The notBefore date should be the one passed into the params", start,
468
assertDateEquals
("The notAfter date should be the one passed into the params", end,
567
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 4750 milliseconds