Searched defs:timeoutCounter (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java232 private int timeoutCounter = 0; field in class:PowerTestActivity.SimpleChromeClient
235 timeoutCounter = 0;
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java238 private int timeoutCounter = 0; field in class:ReliabilityTestActivity.SimpleChromeClient
267 timeoutCounter++;
268 Log.v(LOGTAG, "JavaScript timeout, count=" + timeoutCounter);
269 return timeoutCounter > 2;
273 timeoutCounter = 0;

Completed in 187 milliseconds