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.java2023 long testStartTimeMillis = System.currentTimeMillis(); in testKeyStore_LargeNumberOfKeysSupported_RSA() local
2048 while (!isDeadlineReached(testStartTimeMillis, mMaxTestDurationMillis)) { in testKeyStore_LargeNumberOfKeysSupported_RSA()
2065 + (System.currentTimeMillis() - testStartTimeMillis) in testKeyStore_LargeNumberOfKeysSupported_RSA()
2121 long testStartTimeMillis = System.currentTimeMillis(); in testKeyStore_LargeNumberOfKeysSupported_EC() local
2146 testStartTimeMillis, mMaxTestDurationMillis)) { in testKeyStore_LargeNumberOfKeysSupported_EC()
2163 + (System.currentTimeMillis() - testStartTimeMillis) in testKeyStore_LargeNumberOfKeysSupported_EC()
2219 long testStartTimeMillis = System.currentTimeMillis(); in testKeyStore_LargeNumberOfKeysSupported_AES() local
2242 while (!isDeadlineReached(testStartTimeMillis, mMaxTestDurationMillis)) { in testKeyStore_LargeNumberOfKeysSupported_AES()
2258 + (System.currentTimeMillis() - testStartTimeMillis) in testKeyStore_LargeNumberOfKeysSupported_AES()
2309 long testStartTimeMillis = System.currentTimeMillis(); in testKeyStore_LargeNumberOfKeysSupported_HMAC() local
[all …]