Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIInstrumentationWatcher.aidl24 interface IInstrumentationWatcher interface
DIApplicationThread.java97 IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, in bindApplication()
DInstrumentation.java91 private IInstrumentationWatcher mWatcher;
1774 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) { in init()
DApplicationThreadNative.java289 IInstrumentationWatcher testWatcher = IInstrumentationWatcher.Stub.asInterface(binder); in onTransact()
992 Bundle testArgs, IInstrumentationWatcher testWatcher, in bindApplication()
DIActivityManager.java193 int flags, Bundle arguments, IInstrumentationWatcher watcher, in startInstrumentation()
DActivityManagerNative.java1040 IInstrumentationWatcher w = IInstrumentationWatcher.Stub.asInterface(b); in onTransact()
3881 int flags, Bundle arguments, IInstrumentationWatcher watcher, in startInstrumentation()
DActivityThread.java444 IInstrumentationWatcher instrumentationWatcher;
770 IInstrumentationWatcher instrumentationWatcher, in bindApplication()
/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/services/core/java/com/android/server/am/
DProcessRecord.java33 import android.app.IInstrumentationWatcher;
127 IInstrumentationWatcher instrumentationWatcher; // who is waiting
DActivityManagerService.java135 import android.app.IInstrumentationWatcher;
17056 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection, in startInstrumentation()
17129 private void reportStartInstrumentationFailure(IInstrumentationWatcher watcher, in reportStartInstrumentationFailure()
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java27 import android.app.IInstrumentationWatcher;
1773 private class InstrumentationWatcher extends IInstrumentationWatcher.Stub {
/frameworks/base/
DAndroid.mk75 core/java/android/app/IInstrumentationWatcher.aidl \
Dpreloaded-classes364 android.app.IInstrumentationWatcher
365 android.app.IInstrumentationWatcher$Stub