Home
last modified time | relevance | path

Searched refs:ORIGINATION_TIME_OFFSET (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java96 private static final int ORIGINATION_TIME_OFFSET = 1000000; field in KeyAttestationTest
192 Date originationEnd = new Date(now.getTime() + ORIGINATION_TIME_OFFSET); in testEcAttestation_NoChallenge()
310 Date originationEnd = new Date(now.getTime() + ORIGINATION_TIME_OFFSET); in testRsaAttestation_NoChallenge()
400 Date originationEnd = new Date(startTime.getTime() + ORIGINATION_TIME_OFFSET); in testRsaAttestation()
462 Date originationEnd = new Date(startTime.getTime() + ORIGINATION_TIME_OFFSET); in testEcAttestation()
649 is(startTime.getTime() + ORIGINATION_TIME_OFFSET)); in checkValidityPeriod()