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.java107 private static final int ORIGINATION_TIME_OFFSET = 1000000; field in KeyAttestationTest
213 Date originationEnd = new Date(now.getTime() + ORIGINATION_TIME_OFFSET); in testEcAttestation_NoChallenge()
246 Date originationEnd = new Date(now.getTime() + ORIGINATION_TIME_OFFSET); in testEcAttestation_DeviceLocked()
382 Date originationEnd = new Date(now.getTime() + ORIGINATION_TIME_OFFSET); in testRsaAttestation_NoChallenge()
415 Date originationEnd = new Date(now.getTime() + ORIGINATION_TIME_OFFSET); in testRsaAttestation_DeviceLocked()
527 Date originationEnd = new Date(startTime.getTime() + ORIGINATION_TIME_OFFSET); in testRsaAttestation()
594 Date originationEnd = new Date(startTime.getTime() + ORIGINATION_TIME_OFFSET); in testEcAttestation()
831 is(startTime.getTime() + ORIGINATION_TIME_OFFSET)); in checkValidityPeriod()