Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIInstrumentationWatcher.aidl29 void instrumentationFinished(in ComponentName name, int resultCode, in instrumentationFinished() method
/frameworks/base/services/core/java/com/android/server/am/
DInstrumentationReporter.java87 rep.mWatcher.instrumentationFinished(rep.mName, rep.mResultCode, in run()
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorTestRunner.java86 mWatcher.instrumentationFinished(null, 0, results); in run()
209 public void instrumentationFinished(ComponentName name, int resultCode, Bundle results) { in instrumentationFinished() method in UiAutomatorTestRunner.FakeInstrumentationWatcher
/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java388 public void instrumentationFinished(ComponentName name, int resultCode, Bundle results) { in instrumentationFinished() method in Instrument.InstrumentationWatcher