Searched defs:NOW (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/keystore/tests/src/android/security/ |
D | KeyPairGeneratorSpecTest.java | 36 private static final Date NOW = new Date(NOW_MILLIS - (NOW_MILLIS % 1000L)); field in KeyPairGeneratorSpecTest 101 … new KeyPairGeneratorSpec(getContext(), null, "RSA", 1024, null, TEST_DN_1, SERIAL_1, NOW, in testConstructor_NullKeystoreAlias_Failure() local 110 … new KeyPairGeneratorSpec(getContext(), TEST_ALIAS_1, "RSA", 1024, null, null, SERIAL_1, NOW, in testConstructor_NullSubjectDN_Failure() local 119 … new KeyPairGeneratorSpec(getContext(), TEST_ALIAS_1, "RSA", 1024, null, TEST_DN_1, null, NOW, in testConstructor_NullSerial_Failure() local 138 NOW, null, 0); in testConstructor_NullEndDate_Failure() local 147 NOW_PLUS_10_YEARS, NOW, 0); in testConstructor_EndBeforeStart_Failure() local
|
/frameworks/base/keystore/tests/src/android/security/keystore/ |
D | AndroidKeyPairGeneratorTest.java | 68 private static final Date NOW = new Date(NOW_MILLIS - (NOW_MILLIS % 1000L)); field in AndroidKeyPairGeneratorTest
|
D | AndroidKeyStoreTest.java | 82 private static final Date NOW = new Date(NOW_MILLIS - (NOW_MILLIS % 1000L)); field in AndroidKeyStoreTest
|