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

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DSummarizer.java195 private int mCrashedTestsCount = 0; field in class:Summarizer
237 mCrashedTestsCount++;
313 mCrashedTestsCount = 0;
337 txt.append("CRASHED (among all tests): " + mCrashedTestsCount + "\n");
419 createSummaryTableRow(html, "CRASHED (among all tests)", mCrashedTestsCount);

Completed in 979 milliseconds