HomeSort by relevance Sort by last modified time
    Searched full:timeout_str (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestsAutoRunner.java 52 String timeout_str = (String) icicle.get("timeout"); local
53 if (timeout_str != null) {
55 this.mTimeoutInMillis = Integer.parseInt(timeout_str);
TestShellActivity.java 280 os.write(TIMEOUT_STR.getBytes());
850 static final String TIMEOUT_STR = "**Test timeout";

Completed in 46 milliseconds