You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
method public void perform(androidx.test.espresso.UiController!, android.view.View!);
22
22
}
23
23
24
-
@javax.annotation.processing.Generated("tmp_aidl_gen_path") public interface IAtomActionResultPropagator extends android.os.IInterface {
24
+
public interface IAtomActionResultPropagator extends android.os.IInterface {
25
25
method public void setError(android.os.Bundle!) throws android.os.RemoteException;
26
26
method public void setResult(androidx.test.espresso.web.model.Evaluation!) throws android.os.RemoteException;
27
+
field public static final String DESCRIPTOR = "androidx.test.espresso.web.action.IAtomActionResultPropagator";
27
28
}
28
29
29
-
public abstract static class IAtomActionResultPropagator.Stub extends com.google.android.aidl.BaseStub implements androidx.test.espresso.web.action.IAtomActionResultPropagator {
30
-
ctor public IAtomActionResultPropagator.Stub();
31
-
method public static androidx.test.espresso.web.action.IAtomActionResultPropagator! asInterface(android.os.IBinder!);
32
-
}
33
-
34
-
public static class IAtomActionResultPropagator.Stub.Proxy extends com.google.android.aidl.BaseProxy implements androidx.test.espresso.web.action.IAtomActionResultPropagator {
30
+
public static class IAtomActionResultPropagator.Default implements androidx.test.espresso.web.action.IAtomActionResultPropagator {
31
+
ctor public IAtomActionResultPropagator.Default();
32
+
method public android.os.IBinder! asBinder();
35
33
method public void setError(android.os.Bundle!) throws android.os.RemoteException;
36
34
method public void setResult(androidx.test.espresso.web.model.Evaluation!) throws android.os.RemoteException;
37
35
}
38
36
37
+
public abstract static class IAtomActionResultPropagator.Stub extends android.os.Binder implements androidx.test.espresso.web.action.IAtomActionResultPropagator {
38
+
ctor public IAtomActionResultPropagator.Stub();
39
+
method public android.os.IBinder! asBinder();
40
+
method public static androidx.test.espresso.web.action.IAtomActionResultPropagator! asInterface(android.os.IBinder!);
41
+
method public boolean onTransact(int, android.os.Parcel!, android.os.Parcel!, int) throws android.os.RemoteException;
@javax.annotation.processing.Generated("tmp_aidl_gen_path") public interface OrchestratorCallback extends android.os.IInterface {
47
+
public interface OrchestratorCallback extends android.os.IInterface {
48
48
method public void addTest(String!) throws android.os.RemoteException;
49
49
method public void sendTestNotification(android.os.Bundle!) throws android.os.RemoteException;
50
+
field public static final String DESCRIPTOR = "androidx.test.orchestrator.callback.OrchestratorCallback";
50
51
}
51
52
52
-
public abstract static class OrchestratorCallback.Stub extends com.google.android.aidl.BaseStub implements androidx.test.orchestrator.callback.OrchestratorCallback {
53
-
ctor public OrchestratorCallback.Stub();
54
-
method public static androidx.test.orchestrator.callback.OrchestratorCallback! asInterface(android.os.IBinder!);
55
-
}
56
-
57
-
public static class OrchestratorCallback.Stub.Proxy extends com.google.android.aidl.BaseProxy implements androidx.test.orchestrator.callback.OrchestratorCallback {
53
+
public static class OrchestratorCallback.Default implements androidx.test.orchestrator.callback.OrchestratorCallback {
54
+
ctor public OrchestratorCallback.Default();
58
55
method public void addTest(String!) throws android.os.RemoteException;
56
+
method public android.os.IBinder! asBinder();
59
57
method public void sendTestNotification(android.os.Bundle!) throws android.os.RemoteException;
60
58
}
61
59
60
+
public abstract static class OrchestratorCallback.Stub extends android.os.Binder implements androidx.test.orchestrator.callback.OrchestratorCallback {
61
+
ctor public OrchestratorCallback.Stub();
62
+
method public android.os.IBinder! asBinder();
63
+
method public static androidx.test.orchestrator.callback.OrchestratorCallback! asInterface(android.os.IBinder!);
64
+
method public boolean onTransact(int, android.os.Parcel!, android.os.Parcel!, int) throws android.os.RemoteException;
0 commit comments