Home
last modified time | relevance | path

Searched refs:mReporter (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java347 private final StatusReporter mReporter; field in Instrument.InstrumentationWatcher
352 mReporter = reporter; in InstrumentationWatcher()
358 mReporter.onInstrumentationStatusLocked(name, resultCode, results); in instrumentationStatus()
366 mReporter.onInstrumentationFinishedLocked(name, resultCode, results); in instrumentationFinished()
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java77 public BenchmarkResultsReporter mReporter = new BenchmarkResultsReporter(mRunner); field in UserLifecycleTests