H A D | InstrumentationReporter.java | 37 ArrayList<Report> mPendingReports; 51 ArrayList<Report> reports; in run() 75 final Report rep = reports.get(i); in run() 99 final class Report { class in InstrumentationReporter 106 Report(int type, IInstrumentationWatcher watcher, ComponentName name, int resultCode, in Report() method in InstrumentationReporter.Report 123 report(new Report(REPORT_TYPE_STATUS, watcher, name, resultCode, results)); in reportStatus() 131 report(new Report(REPORT_TYPE_FINISHED, watcher, name, resultCode, results)); in reportFinished() 134 private void report(Report report) { in report()
|