Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java2106 TimeBox timeBox = new TimeBox(mMaxImportDuration); in testKeyStore_LargeNumberOfKeysSupported_EC() local
2243 TimeBox timeBox = new TimeBox(mMaxImportDuration); in testKeyStore_LargeNumberOfKeysSupported_HMAC() local
2486 TimeBox timeBox = new TimeBox(mMaxImportDuration); in importKeyManyTimes() local
2493 while (!timeBox.isOutOfTime()) { in importKeyManyTimes()
2522 Log.i(TAG, "Imported " + keyCounter.get() + " keys in " + timeBox.elapsed()); in importKeyManyTimes()
2525 + timeBox.elapsed() + ". Imported: " + keyCounter.get() + " keys"); in importKeyManyTimes()