Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java130 public void onInstrumentationFinishedLocked(ComponentName name, int resultCode, in onInstrumentationFinishedLocked() method
186 public void onInstrumentationFinishedLocked(ComponentName name, int resultCode, in onInstrumentationFinishedLocked() method in Instrument.TextStatusReporter
283 public void onInstrumentationFinishedLocked(ComponentName name, int resultCode, in onInstrumentationFinishedLocked() method in Instrument.ProtoStatusReporter
396 mReporter.onInstrumentationFinishedLocked(name, resultCode, results); in instrumentationFinished()