Home
last modified time | relevance | path

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

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