Searched defs:DAY_IN_MILLIS (Results 1 – 5 of 5) sorted by relevance
222 private static final long DAY_IN_MILLIS = TestUtils.DAY_IN_MILLIS; field in MacTest
348 private static final long DAY_IN_MILLIS = TestUtils.DAY_IN_MILLIS; field in SignatureTest
299 private static final long DAY_IN_MILLIS = TestUtils.DAY_IN_MILLIS; field in CipherTest
133 private static final long DAY_IN_MILLIS = 1000 * 60 * 60 * 24; field in KeyPairGeneratorTest
97 public static final long DAY_IN_MILLIS = 1000 * 60 * 60 * 24; field in TestUtils