Searched refs:mReporter (Results 1 – 2 of 2) sorted by relevance
347 private final StatusReporter mReporter; field in Instrument.InstrumentationWatcher352 mReporter = reporter; in InstrumentationWatcher()358 mReporter.onInstrumentationStatusLocked(name, resultCode, results); in instrumentationStatus()366 mReporter.onInstrumentationFinishedLocked(name, resultCode, results); in instrumentationFinished()
77 public BenchmarkResultsReporter mReporter = new BenchmarkResultsReporter(mRunner); field in UserLifecycleTests