Searched refs:IInstrumentationWatcher (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | InstrumentationReporter.java | 19 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()
|
D | ActiveInstrumentation.java | 19 import android.app.IInstrumentationWatcher; 46 IInstrumentationWatcher mWatcher;
|
D | ActivityManagerService.java | 220 import android.app.IInstrumentationWatcher; 19821 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection, 19916 private void reportStartInstrumentationFailureLocked(IInstrumentationWatcher watcher,
|
/frameworks/base/core/java/android/app/ |
D | IInstrumentationWatcher.aidl | 24 interface IInstrumentationWatcher interface
|
D | IApplicationThread.aidl | 19 import android.app.IInstrumentationWatcher; 83 IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, in bindApplication()
|
D | IActivityManager.aidl | 27 import android.app.IInstrumentationWatcher; 144 int flags, in Bundle arguments, in IInstrumentationWatcher watcher, in startInstrumentation()
|
D | Instrumentation.java | 103 private IInstrumentationWatcher mWatcher; 1912 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) { in init()
|
D | ActivityThread.java | 549 IInstrumentationWatcher instrumentationWatcher; 897 IInstrumentationWatcher instrumentationWatcher, in bindApplication()
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Instrument.java | 20 import android.app.IInstrumentationWatcher; 271 private class InstrumentationWatcher extends IInstrumentationWatcher.Stub {
|
D | Am.java | 29 import android.app.IInstrumentationWatcher;
|
/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/ |
D | Android.mk | 88 core/java/android/app/IInstrumentationWatcher.aidl \
|
D | preloaded-classes | 453 android.app.IInstrumentationWatcher 454 android.app.IInstrumentationWatcher$Stub
|
D | compiled-classes-phone | 325 android.app.IInstrumentationWatcher 326 android.app.IInstrumentationWatcher$Stub
|
/frameworks/base/services/ |
D | profile-classes | 178 Landroid/app/IInstrumentationWatcher;
|