Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionHandlerTest.java710 long elapseThresholdInMilliSecond) { in expectElapseTimeLessThan() argument
713 if (elapseTimeInMilli > elapseThresholdInMilliSecond) { in expectElapseTimeLessThan()
715 + " which must be less than " + elapseThresholdInMilliSecond + " msec."); in expectElapseTimeLessThan()