Home
last modified time | relevance | path

Searched refs:IInstrumentationWatcher (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DInstrumentationReporter.java19 import android.app.IInstrumentationWatcher;
100 final IInstrumentationWatcher mWatcher;
105 Report(int type, IInstrumentationWatcher watcher, ComponentName name, int resultCode, in Report()
115 public void reportStatus(IInstrumentationWatcher watcher, ComponentName name, int resultCode, in reportStatus()
123 public void reportFinished(IInstrumentationWatcher watcher, ComponentName name, int resultCode, in reportFinished()
DActiveInstrumentation.java19 import android.app.IInstrumentationWatcher;
46 IInstrumentationWatcher mWatcher;
DActivityManagerService.java220 import android.app.IInstrumentationWatcher;
19821 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection,
19916 private void reportStartInstrumentationFailureLocked(IInstrumentationWatcher watcher,
/frameworks/base/core/java/android/app/
DIInstrumentationWatcher.aidl24 interface IInstrumentationWatcher interface
DIApplicationThread.aidl19 import android.app.IInstrumentationWatcher;
83 IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, in bindApplication()
DIActivityManager.aidl27 import android.app.IInstrumentationWatcher;
144 int flags, in Bundle arguments, in IInstrumentationWatcher watcher, in startInstrumentation()
DInstrumentation.java103 private IInstrumentationWatcher mWatcher;
1912 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) { in init()
DActivityThread.java549 IInstrumentationWatcher instrumentationWatcher;
897 IInstrumentationWatcher instrumentationWatcher, in bindApplication()
/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java20 import android.app.IInstrumentationWatcher;
271 private class InstrumentationWatcher extends IInstrumentationWatcher.Stub {
DAm.java29 import android.app.IInstrumentationWatcher;
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorTestRunner.java20 import android.app.IInstrumentationWatcher;
176 private class FakeInstrumentationWatcher implements IInstrumentationWatcher {
/frameworks/base/
DAndroid.mk88 core/java/android/app/IInstrumentationWatcher.aidl \
Dpreloaded-classes453 android.app.IInstrumentationWatcher
454 android.app.IInstrumentationWatcher$Stub
Dcompiled-classes-phone325 android.app.IInstrumentationWatcher
326 android.app.IInstrumentationWatcher$Stub
/frameworks/base/services/
Dprofile-classes178 Landroid/app/IInstrumentationWatcher;