Home
last modified time | relevance | path

Searched defs:instrumentationFinished (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DIInstrumentationWatcher.aidl28 void instrumentationFinished(in ComponentName name, int resultCode, in instrumentationFinished() method
/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java289 public void instrumentationFinished(ComponentName name, int resultCode, Bundle results) { in instrumentationFinished() method in Instrument.InstrumentationWatcher
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorTestRunner.java209 public void instrumentationFinished(ComponentName name, int resultCode, Bundle results) { in instrumentationFinished() method in UiAutomatorTestRunner.FakeInstrumentationWatcher