Home
last modified time | relevance | path

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

/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java134 private class TextStatusReporter implements StatusReporter { class in Instrument
144 public TextStatusReporter(boolean rawMode) { in TextStatusReporter() method in Instrument.TextStatusReporter
444 reporter = new TextStatusReporter(rawMode); in run()