Searched refs:IInstrumentationWatcher (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | IInstrumentationWatcher.aidl | 24 interface IInstrumentationWatcher interface
|
D | IApplicationThread.java | 97 IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, in bindApplication()
|
D | Instrumentation.java | 91 private IInstrumentationWatcher mWatcher; 1774 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) { in init()
|
D | ApplicationThreadNative.java | 289 IInstrumentationWatcher testWatcher = IInstrumentationWatcher.Stub.asInterface(binder); in onTransact() 992 Bundle testArgs, IInstrumentationWatcher testWatcher, in bindApplication()
|
D | IActivityManager.java | 193 int flags, Bundle arguments, IInstrumentationWatcher watcher, in startInstrumentation()
|
D | ActivityManagerNative.java | 1040 IInstrumentationWatcher w = IInstrumentationWatcher.Stub.asInterface(b); in onTransact() 3881 int flags, Bundle arguments, IInstrumentationWatcher watcher, in startInstrumentation()
|
D | ActivityThread.java | 444 IInstrumentationWatcher instrumentationWatcher; 770 IInstrumentationWatcher instrumentationWatcher, in bindApplication()
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
D | UiAutomatorTestRunner.java | 20 import android.app.IInstrumentationWatcher; 176 private class FakeInstrumentationWatcher implements IInstrumentationWatcher {
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessRecord.java | 33 import android.app.IInstrumentationWatcher; 127 IInstrumentationWatcher instrumentationWatcher; // who is waiting
|
D | ActivityManagerService.java | 135 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/ |
D | Am.java | 27 import android.app.IInstrumentationWatcher; 1773 private class InstrumentationWatcher extends IInstrumentationWatcher.Stub {
|
/frameworks/base/ |
D | Android.mk | 75 core/java/android/app/IInstrumentationWatcher.aidl \
|
D | preloaded-classes | 364 android.app.IInstrumentationWatcher 365 android.app.IInstrumentationWatcher$Stub
|