public class

Command.Stub.Proxy

extends BaseProxy

implements Command

 java.lang.Object

↳BaseProxy

↳androidx.test.services.shellexecutor.Command.Stub.Proxy

Summary

Methods
public voidexecute(java.lang.String command, java.util.List<java.lang.String> parameters, java.util.Map shellEnv, boolean executeThroughShell, ParcelFileDescriptor pfd)

Parceling generic Lists requires an unchecked conversion from ArrayList to List.Parceling generic Lists requires using the raw type Map.

public voidexecuteWithTimeout(java.lang.String command, java.util.List<java.lang.String> parameters, java.util.Map shellEnv, boolean executeThroughShell, ParcelFileDescriptor pfd, long timeoutMs)

Parceling generic Lists requires an unchecked conversion from ArrayList to List.Parceling generic Lists requires using the raw type Map.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public void execute(java.lang.String command, java.util.List<java.lang.String> parameters, java.util.Map shellEnv, boolean executeThroughShell, ParcelFileDescriptor pfd)

Parceling generic Lists requires an unchecked conversion from ArrayList to List.Parceling generic Lists requires using the raw type Map.

public void executeWithTimeout(java.lang.String command, java.util.List<java.lang.String> parameters, java.util.Map shellEnv, boolean executeThroughShell, ParcelFileDescriptor pfd, long timeoutMs)

Parceling generic Lists requires an unchecked conversion from ArrayList to List.Parceling generic Lists requires using the raw type Map.