Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIInstrumentationWatcher.aidl28 void instrumentationFinished(in ComponentName name, int resultCode, in instrumentationFinished() method
/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/
DAm.java1810 public void instrumentationFinished(ComponentName name, int resultCode, in instrumentationFinished() method in Am.InstrumentationWatcher
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java17148 app.instrumentationWatcher.instrumentationFinished( in finishInstrumentationLocked()