Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java197 Date consumptionEnd = new Date(now.getTime() + CONSUMPTION_TIME_OFFSET); in testEcAttestation_NoChallenge() local
204 .setKeyValidityForConsumptionEnd(consumptionEnd) in testEcAttestation_NoChallenge()
316 Date consumptionEnd = new Date(now.getTime() + CONSUMPTION_TIME_OFFSET); in testRsaAttestation_NoChallenge() local
322 .setKeyValidityForConsumptionEnd(consumptionEnd) in testRsaAttestation_NoChallenge()
406 Date consumptionEnd = new Date(startTime.getTime() + CONSUMPTION_TIME_OFFSET); in testRsaAttestation() local
416 .setKeyValidityForConsumptionEnd(consumptionEnd); in testRsaAttestation()
468 Date consumptionEnd = new Date(startTime.getTime() + CONSUMPTION_TIME_OFFSET); in testEcAttestation() local
478 .setKeyValidityForConsumptionEnd(consumptionEnd); in testEcAttestation()