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; 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; 47 IInstrumentationWatcher mWatcher;
|
D | ActivityManagerService.java | 171 import android.app.IInstrumentationWatcher; 15791 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection, in startInstrumentation() 15916 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 | 246 android.app.IInstrumentationWatcher$Stub 247 android.app.IInstrumentationWatcher
|
D | boot-image-profile.txt | 715 …ntName;Landroid/app/ProfilerInfo;Landroid/os/Bundle;Landroid/app/IInstrumentationWatcher;Landroid/… 1560 …ntName;Landroid/app/ProfilerInfo;Landroid/os/Bundle;Landroid/app/IInstrumentationWatcher;Landroid/… 1597 HSPLandroid/app/IInstrumentationWatcher$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IInstr… 32294 Landroid/app/IInstrumentationWatcher$Stub; 32295 Landroid/app/IInstrumentationWatcher;
|
D | hiddenapi-greylist-max-o.txt | 1892 …droid/app/ActivityThread$AppBindData;->instrumentationWatcher:Landroid/app/IInstrumentationWatcher; 1895 …ntName;Landroid/app/ProfilerInfo;Landroid/os/Bundle;Landroid/app/IInstrumentationWatcher;Landroid/… 5533 …ComponentName;Ljava/lang/String;ILandroid/os/Bundle;Landroid/app/IInstrumentationWatcher;Landroid/… 6168 …ntName;Landroid/app/ProfilerInfo;Landroid/os/Bundle;Landroid/app/IInstrumentationWatcher;Landroid/… 6275 …ntName;Landroid/app/ProfilerInfo;Landroid/os/Bundle;Landroid/app/IInstrumentationWatcher;Landroid/… 6405 Landroid/app/IInstrumentationWatcher$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 6406 Landroid/app/IInstrumentationWatcher$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String; 6407 Landroid/app/IInstrumentationWatcher$Stub$Proxy;->instrumentationFinished(Landroid/content/Componen… 6408 Landroid/app/IInstrumentationWatcher$Stub$Proxy;->instrumentationStatus(Landroid/content/ComponentN… 6409 Landroid/app/IInstrumentationWatcher$Stub$Proxy;->mRemote:Landroid/os/IBinder; [all …]
|
/frameworks/base/core/java/android/app/ |
D | IInstrumentationWatcher.aidl | 24 interface IInstrumentationWatcher interface
|
D | IApplicationThread.aidl | 19 import android.app.IInstrumentationWatcher; 71 IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, in bindApplication()
|
D | IActivityManager.aidl | 27 import android.app.IInstrumentationWatcher; 169 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; 2025 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) { in init()
|
D | ActivityThread.java | 774 IInstrumentationWatcher instrumentationWatcher; 1008 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; 415 Bundle bundle, IInstrumentationWatcher iInstrumentationWatcher, in bindApplication()
|