Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java372 private class InstrumentationWatcher extends IInstrumentationWatcher.Stub { class in Instrument
377 public InstrumentationWatcher(StatusReporter reporter) { in InstrumentationWatcher() method in Instrument.InstrumentationWatcher
474 InstrumentationWatcher watcher = null; in run()
477 watcher = new InstrumentationWatcher(reporter); in run()