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 324 os.write(TIMEOUT_STR.getBytes());
    [all...]

Completed in 508 milliseconds