Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java82 private long mMaxTestDurationMillis; field in AndroidKeyStoreTest
740 mMaxTestDurationMillis = in setUp()
2048 while (!isDeadlineReached(testStartTimeMillis, mMaxTestDurationMillis)) { in testKeyStore_LargeNumberOfKeysSupported_RSA()
2146 testStartTimeMillis, mMaxTestDurationMillis)) { in testKeyStore_LargeNumberOfKeysSupported_EC()
2242 while (!isDeadlineReached(testStartTimeMillis, mMaxTestDurationMillis)) { in testKeyStore_LargeNumberOfKeysSupported_AES()
2330 while (!isDeadlineReached(testStartTimeMillis, mMaxTestDurationMillis)) { in testKeyStore_LargeNumberOfKeysSupported_HMAC()