Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package androidx.test.espresso.remote {

@RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP) public interface IInteractionExecutionStatus extends android.os.IInterface {
method public boolean canExecute() throws android.os.RemoteException;
field public static final String DESCRIPTOR = "androidx.test.espresso.remote.IInteractionExecutionStatus";
}

public static class IInteractionExecutionStatus.Default implements androidx.test.espresso.remote.IInteractionExecutionStatus {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ package androidx.test.espresso.web.action {
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 static class IAtomActionResultPropagator.Default implements androidx.test.espresso.web.action.IAtomActionResultPropagator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ package androidx.test.orchestrator.callback {
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 static class OrchestratorCallback.Default implements androidx.test.orchestrator.callback.OrchestratorCallback {
Expand Down
Loading