D | InstrumentationReporter.java | 36 ArrayList<Report> mPendingReports; 50 ArrayList<Report> reports; in run() 74 final Report rep = reports.get(i); in run() 98 final class Report { class in InstrumentationReporter 105 Report(int type, IInstrumentationWatcher watcher, ComponentName name, int resultCode, in Report() method in InstrumentationReporter.Report 120 report(new Report(REPORT_TYPE_STATUS, watcher, name, resultCode, results)); in reportStatus() 128 report(new Report(REPORT_TYPE_FINISHED, watcher, name, resultCode, results)); in reportFinished() 131 private void report(Report report) { in report()
|