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.java99 private static final int ORIGINATION_TIME_OFFSET = 1000000; field in KeyAttestationTest
196 Date originationEnd = new Date(now.getTime() + ORIGINATION_TIME_OFFSET); in testEcAttestation_NoChallenge()
315 Date originationEnd = new Date(now.getTime() + ORIGINATION_TIME_OFFSET); in testRsaAttestation_NoChallenge()
405 Date originationEnd = new Date(startTime.getTime() + ORIGINATION_TIME_OFFSET); in testRsaAttestation()
467 Date originationEnd = new Date(startTime.getTime() + ORIGINATION_TIME_OFFSET); in testEcAttestation()
654 is(startTime.getTime() + ORIGINATION_TIME_OFFSET)); in checkValidityPeriod()