Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsUtils.java180 int timeoutMs, int numTimes) throws Exception { in retryUntilTrue() argument
181 int sleepTime = timeoutMs / numTimes; in retryUntilTrue()
183 while (retryCounter < numTimes) { in retryUntilTrue()
/cts/tests/tests/text/src/android/text/method/cts/
DMultiTapKeyListenerTest.java218 final int numTimes) throws Throwable { in callOnKeyDown() argument
220 for (int i = 0; i < numTimes; i++) { in callOnKeyDown()
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_FrequentsStrequentsTest.java405 private void markDataAsUsed(long dataId, int numTimes) { in markDataAsUsed() argument
410 for (int i = 1; i <= numTimes; i++) { in markDataAsUsed()