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.java214 Date consumptionEnd = new Date(now.getTime() + CONSUMPTION_TIME_OFFSET); in testEcAttestation_NoChallenge() local
221 .setKeyValidityForConsumptionEnd(consumptionEnd) in testEcAttestation_NoChallenge()
247 Date consumptionEnd = new Date(now.getTime() + CONSUMPTION_TIME_OFFSET); in testEcAttestation_DeviceLocked() local
254 .setKeyValidityForConsumptionEnd(consumptionEnd); in testEcAttestation_DeviceLocked()
383 Date consumptionEnd = new Date(now.getTime() + CONSUMPTION_TIME_OFFSET); in testRsaAttestation_NoChallenge() local
389 .setKeyValidityForConsumptionEnd(consumptionEnd) in testRsaAttestation_NoChallenge()
416 Date consumptionEnd = new Date(now.getTime() + CONSUMPTION_TIME_OFFSET); in testRsaAttestation_DeviceLocked() local
423 .setKeyValidityForConsumptionEnd(consumptionEnd); in testRsaAttestation_DeviceLocked()
528 Date consumptionEnd = new Date(startTime.getTime() + CONSUMPTION_TIME_OFFSET); in testRsaAttestation() local
539 .setKeyValidityForConsumptionEnd(consumptionEnd); in testRsaAttestation()
[all …]