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.java189 Date consumptionEnd = new Date(now.getTime() + CONSUMPTION_TIME_OFFSET); in testEcAttestation_NoChallenge() local
196 .setKeyValidityForConsumptionEnd(consumptionEnd) in testEcAttestation_NoChallenge()
307 Date consumptionEnd = new Date(now.getTime() + CONSUMPTION_TIME_OFFSET); in testRsaAttestation_NoChallenge() local
313 .setKeyValidityForConsumptionEnd(consumptionEnd) in testRsaAttestation_NoChallenge()
397 Date consumptionEnd = new Date(startTime.getTime() + CONSUMPTION_TIME_OFFSET); in testRsaAttestation() local
407 .setKeyValidityForConsumptionEnd(consumptionEnd); in testRsaAttestation()
459 Date consumptionEnd = new Date(startTime.getTime() + CONSUMPTION_TIME_OFFSET); in testEcAttestation() local
469 .setKeyValidityForConsumptionEnd(consumptionEnd); in testEcAttestation()