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.java92 private static final int ORIGINATION_TIME_OFFSET = 1000000; field in KeyAttestationTest
188 Date originationEnd = new Date(now.getTime() + ORIGINATION_TIME_OFFSET); in testEcAttestation_NoChallenge()
306 Date originationEnd = new Date(now.getTime() + ORIGINATION_TIME_OFFSET); in testRsaAttestation_NoChallenge()
396 Date originationEnd = new Date(startTime.getTime() + ORIGINATION_TIME_OFFSET); in testRsaAttestation()
458 Date originationEnd = new Date(startTime.getTime() + ORIGINATION_TIME_OFFSET); in testEcAttestation()
645 is(startTime.getTime() + ORIGINATION_TIME_OFFSET)); in checkValidityPeriod()