Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java815 int timeoutCount = 0; in waitForLastHandlerAction() local
816 while (timeoutCount < 5) { in waitForLastHandlerAction()
829 timeoutCount++; in waitForLastHandlerAction()
831 assertTrue("Handler was not empty before timeout elapsed", timeoutCount < 5); in waitForLastHandlerAction()