Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DInstrumentationReporter.java19 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()
DActiveInstrumentation.java19 import android.app.IInstrumentationWatcher;
47 IInstrumentationWatcher mWatcher;
DActivityManagerService.java171 import android.app.IInstrumentationWatcher;
15791 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection, in startInstrumentation()
15916 private void reportStartInstrumentationFailureLocked(IInstrumentationWatcher watcher, in reportStartInstrumentationFailureLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-p.txt1 Landroid/app/IInstrumentationWatcher$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IInstrume…
Dhiddenapi-greylist.txt37 Landroid/app/IInstrumentationWatcher$Stub;-><init>()V
Dpreloaded-classes246 android.app.IInstrumentationWatcher$Stub
247 android.app.IInstrumentationWatcher
Dboot-image-profile.txt715 …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;
Dhiddenapi-greylist-max-o.txt1892 …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/
DIInstrumentationWatcher.aidl24 interface IInstrumentationWatcher interface
DIApplicationThread.aidl19 import android.app.IInstrumentationWatcher;
71 IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, in bindApplication()
DIActivityManager.aidl27 import android.app.IInstrumentationWatcher;
169 int flags, in Bundle arguments, in IInstrumentationWatcher watcher, in startInstrumentation()
DIActivityTaskManager.aidl27 import android.app.IInstrumentationWatcher;
DInstrumentation.java110 private IInstrumentationWatcher mWatcher;
2025 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) { in init()
DActivityThread.java774 IInstrumentationWatcher instrumentationWatcher;
1008 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/cmds/am/src/com/android/commands/am/
DInstrument.java24 import android.app.IInstrumentationWatcher;
370 private class InstrumentationWatcher extends IInstrumentationWatcher.Stub {
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java28 import android.app.IInstrumentationWatcher;
415 Bundle bundle, IInstrumentationWatcher iInstrumentationWatcher, in bindApplication()