Skip to content

Commit 453f494

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Internal aidl compiler change.
PiperOrigin-RevId: 668629136
1 parent 55fb2c3 commit 453f494

File tree

2 files changed

+24
-14
lines changed

2 files changed

+24
-14
lines changed

espresso/web/java/androidx/test/espresso/web/api/current_public.txt

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,26 @@ package androidx.test.espresso.web.action {
2121
method public void perform(androidx.test.espresso.UiController!, android.view.View!);
2222
}
2323

24-
@javax.annotation.processing.Generated("tmp_aidl_gen_path") public interface IAtomActionResultPropagator extends android.os.IInterface {
24+
public interface IAtomActionResultPropagator extends android.os.IInterface {
2525
method public void setError(android.os.Bundle!) throws android.os.RemoteException;
2626
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";
2728
}
2829

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();
3533
method public void setError(android.os.Bundle!) throws android.os.RemoteException;
3634
method public void setResult(androidx.test.espresso.web.model.Evaluation!) throws android.os.RemoteException;
3735
}
3836

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;
42+
}
43+
3944
}
4045

4146
package androidx.test.espresso.web.assertion {

runner/android_junit_runner/java/androidx/test/api/current_public.txt

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,26 @@ package androidx.test.filters {
4444

4545
package androidx.test.orchestrator.callback {
4646

47-
@javax.annotation.processing.Generated("tmp_aidl_gen_path") public interface OrchestratorCallback extends android.os.IInterface {
47+
public interface OrchestratorCallback extends android.os.IInterface {
4848
method public void addTest(String!) throws android.os.RemoteException;
4949
method public void sendTestNotification(android.os.Bundle!) throws android.os.RemoteException;
50+
field public static final String DESCRIPTOR = "androidx.test.orchestrator.callback.OrchestratorCallback";
5051
}
5152

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();
5855
method public void addTest(String!) throws android.os.RemoteException;
56+
method public android.os.IBinder! asBinder();
5957
method public void sendTestNotification(android.os.Bundle!) throws android.os.RemoteException;
6058
}
6159

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;
65+
}
66+
6267
}
6368

6469
package androidx.test.orchestrator.junit {

0 commit comments

Comments
 (0)