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.java144 private class TextStatusReporter implements StatusReporter { class in Instrument
154 public TextStatusReporter(boolean rawMode) { in TextStatusReporter() method in Instrument.TextStatusReporter
468 reporter = new TextStatusReporter(rawMode); in run()