Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java2060 long testStartTimeMillis = System.currentTimeMillis(); in testKeyStore_LargeNumberOfKeysSupported_RSA() local
2085 while (!isDeadlineReached(testStartTimeMillis, mMaxTestDurationMillis)) { in testKeyStore_LargeNumberOfKeysSupported_RSA()
2102 + (System.currentTimeMillis() - testStartTimeMillis) in testKeyStore_LargeNumberOfKeysSupported_RSA()
2158 long testStartTimeMillis = System.currentTimeMillis(); in testKeyStore_LargeNumberOfKeysSupported_EC() local
2183 testStartTimeMillis, mMaxTestDurationMillis)) { in testKeyStore_LargeNumberOfKeysSupported_EC()
2200 + (System.currentTimeMillis() - testStartTimeMillis) in testKeyStore_LargeNumberOfKeysSupported_EC()
2256 long testStartTimeMillis = System.currentTimeMillis(); in testKeyStore_LargeNumberOfKeysSupported_AES() local
2279 while (!isDeadlineReached(testStartTimeMillis, mMaxTestDurationMillis)) { in testKeyStore_LargeNumberOfKeysSupported_AES()
2295 + (System.currentTimeMillis() - testStartTimeMillis) in testKeyStore_LargeNumberOfKeysSupported_AES()
2346 long testStartTimeMillis = System.currentTimeMillis(); in testKeyStore_LargeNumberOfKeysSupported_HMAC() local
[all …]