Searched refs:testStartTimeMillis (Results 1 – 1 of 1) sorted by relevance
2023 long testStartTimeMillis = System.currentTimeMillis(); in testKeyStore_LargeNumberOfKeysSupported_RSA() local2048 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() local2146 testStartTimeMillis, mMaxTestDurationMillis)) { in testKeyStore_LargeNumberOfKeysSupported_EC()2163 + (System.currentTimeMillis() - testStartTimeMillis) in testKeyStore_LargeNumberOfKeysSupported_EC()2219 long testStartTimeMillis = System.currentTimeMillis(); in testKeyStore_LargeNumberOfKeysSupported_AES() local2242 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 …]