Searched refs:IInstrumentationWatcher (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | InstrumentationReporter.java | 19 import android.app.IInstrumentationWatcher; 101 final IInstrumentationWatcher mWatcher; 106 Report(int type, IInstrumentationWatcher watcher, ComponentName name, int resultCode, in Report() 118 public void reportStatus(IInstrumentationWatcher watcher, ComponentName name, int resultCode, in reportStatus() 126 public void reportFinished(IInstrumentationWatcher watcher, ComponentName name, int resultCode, in reportFinished()
|
D | ActiveInstrumentation.java | 19 import android.app.IInstrumentationWatcher; 47 IInstrumentationWatcher mWatcher;
|
D | ActivityManagerService.java | 171 import android.app.IInstrumentationWatcher; 16868 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection, in startInstrumentation() 17002 private void reportStartInstrumentationFailureLocked(IInstrumentationWatcher watcher, in reportStartInstrumentationFailureLocked()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-p.txt | 1 Landroid/app/IInstrumentationWatcher$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IInstrume…
|
D | hiddenapi-greylist.txt | 37 Landroid/app/IInstrumentationWatcher$Stub;-><init>()V
|
D | preloaded-classes | 411 android.app.IInstrumentationWatcher$Stub$Proxy 412 android.app.IInstrumentationWatcher$Stub 413 android.app.IInstrumentationWatcher
|
D | boot-image-profile.txt | 963 …ntName;Landroid/app/ProfilerInfo;Landroid/os/Bundle;Landroid/app/IInstrumentationWatcher;Landroid/… 2227 HSPLandroid/app/IInstrumentationWatcher$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IInstr… 40499 Landroid/app/IInstrumentationWatcher$Stub$Proxy; 40500 Landroid/app/IInstrumentationWatcher$Stub; 40501 Landroid/app/IInstrumentationWatcher;
|
/frameworks/base/core/java/android/app/ |
D | IInstrumentationWatcher.aidl | 24 interface IInstrumentationWatcher interface
|
D | IApplicationThread.aidl | 19 import android.app.IInstrumentationWatcher; 72 IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, in bindApplication()
|
D | IActivityManager.aidl | 28 import android.app.IInstrumentationWatcher; 182 int flags, in Bundle arguments, in IInstrumentationWatcher watcher, in startInstrumentation()
|
D | IActivityTaskManager.aidl | 27 import android.app.IInstrumentationWatcher;
|
D | Instrumentation.java | 110 private IInstrumentationWatcher mWatcher; 2034 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) { in init()
|
D | ActivityThread.java | 808 IInstrumentationWatcher instrumentationWatcher; 1039 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/cmds/am/src/com/android/commands/am/ |
D | Instrument.java | 24 import android.app.IInstrumentationWatcher; 370 private class InstrumentationWatcher extends IInstrumentationWatcher.Stub {
|
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/ |
D | TransactionParcelTests.java | 28 import android.app.IInstrumentationWatcher; 437 Bundle bundle, IInstrumentationWatcher iInstrumentationWatcher, in bindApplication()
|
/frameworks/base/services/ |
D | art-profile | 6476 …ComponentName;Ljava/lang/String;ILandroid/os/Bundle;Landroid/app/IInstrumentationWatcher;Landroid/… 7188 …it>(Lcom/android/server/am/InstrumentationReporter;ILandroid/app/IInstrumentationWatcher;Landroid/… 7191 …/server/am/InstrumentationReporter;->reportFinished(Landroid/app/IInstrumentationWatcher;Landroid/…
|