Searched refs:instrumentationStatus (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
H A DIInstrumentationWatcher.aidl26 void instrumentationStatus(in ComponentName name, int resultCode,
H A DInstrumentation.java199 mWatcher.instrumentationStatus(mComponent, resultCode, results);
/frameworks/base/services/core/java/com/android/server/am/
H A DInstrumentationReporter.java80 rep.mWatcher.instrumentationStatus(rep.mName, rep.mResultCode,
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java71 mWatcher.instrumentationStatus(null, resultCode, status);
186 public void instrumentationStatus(ComponentName name, int resultCode, Bundle results) { method in class:UiAutomatorTestRunner.FakeInstrumentationWatcher
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java281 public void instrumentationStatus(ComponentName name, int resultCode, Bundle results) { method in class:Instrument.InstrumentationWatcher

Completed in 3863 milliseconds