Skip to content

Commit

Permalink
Internal aidl compiler change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 668629136
  • Loading branch information
brettchabot authored and copybara-androidxtest committed Aug 28, 2024
1 parent 55fb2c3 commit 453f494
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,26 @@ package androidx.test.espresso.web.action {
method public void perform(androidx.test.espresso.UiController!, android.view.View!);
}

@javax.annotation.processing.Generated("tmp_aidl_gen_path") public interface IAtomActionResultPropagator extends android.os.IInterface {
public interface IAtomActionResultPropagator extends android.os.IInterface {
method public void setError(android.os.Bundle!) throws android.os.RemoteException;
method public void setResult(androidx.test.espresso.web.model.Evaluation!) throws android.os.RemoteException;
field public static final String DESCRIPTOR = "androidx.test.espresso.web.action.IAtomActionResultPropagator";
}

public abstract static class IAtomActionResultPropagator.Stub extends com.google.android.aidl.BaseStub implements androidx.test.espresso.web.action.IAtomActionResultPropagator {
ctor public IAtomActionResultPropagator.Stub();
method public static androidx.test.espresso.web.action.IAtomActionResultPropagator! asInterface(android.os.IBinder!);
}

public static class IAtomActionResultPropagator.Stub.Proxy extends com.google.android.aidl.BaseProxy implements androidx.test.espresso.web.action.IAtomActionResultPropagator {
public static class IAtomActionResultPropagator.Default implements androidx.test.espresso.web.action.IAtomActionResultPropagator {
ctor public IAtomActionResultPropagator.Default();
method public android.os.IBinder! asBinder();
method public void setError(android.os.Bundle!) throws android.os.RemoteException;
method public void setResult(androidx.test.espresso.web.model.Evaluation!) throws android.os.RemoteException;
}

public abstract static class IAtomActionResultPropagator.Stub extends android.os.Binder implements androidx.test.espresso.web.action.IAtomActionResultPropagator {
ctor public IAtomActionResultPropagator.Stub();
method public android.os.IBinder! asBinder();
method public static androidx.test.espresso.web.action.IAtomActionResultPropagator! asInterface(android.os.IBinder!);
method public boolean onTransact(int, android.os.Parcel!, android.os.Parcel!, int) throws android.os.RemoteException;
}

}

package androidx.test.espresso.web.assertion {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,26 @@ package androidx.test.filters {

package androidx.test.orchestrator.callback {

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

public abstract static class OrchestratorCallback.Stub extends com.google.android.aidl.BaseStub implements androidx.test.orchestrator.callback.OrchestratorCallback {
ctor public OrchestratorCallback.Stub();
method public static androidx.test.orchestrator.callback.OrchestratorCallback! asInterface(android.os.IBinder!);
}

public static class OrchestratorCallback.Stub.Proxy extends com.google.android.aidl.BaseProxy implements androidx.test.orchestrator.callback.OrchestratorCallback {
public static class OrchestratorCallback.Default implements androidx.test.orchestrator.callback.OrchestratorCallback {
ctor public OrchestratorCallback.Default();
method public void addTest(String!) throws android.os.RemoteException;
method public android.os.IBinder! asBinder();
method public void sendTestNotification(android.os.Bundle!) throws android.os.RemoteException;
}

public abstract static class OrchestratorCallback.Stub extends android.os.Binder implements androidx.test.orchestrator.callback.OrchestratorCallback {
ctor public OrchestratorCallback.Stub();
method public android.os.IBinder! asBinder();
method public static androidx.test.orchestrator.callback.OrchestratorCallback! asInterface(android.os.IBinder!);
method public boolean onTransact(int, android.os.Parcel!, android.os.Parcel!, int) throws android.os.RemoteException;
}

}

package androidx.test.orchestrator.junit {
Expand Down

0 comments on commit 453f494

Please sign in to comment.