public static class

Command.Stub.Proxy

extends BaseProxy
implements Command
java.lang.Object
   ↳ com.google.android.aidl.BaseProxy
     ↳ androidx.test.services.shellexecutor.Command.Stub.Proxy

Summary

Public Methods
void execute(String command, List<String> parameters, Map shellEnv, boolean executeThroughShell, ParcelFileDescriptor pfd)
Parceling generic Lists requires an unchecked conversion from ArrayList to List<T>.Parceling generic Lists requires using the raw type Map.
void executeWithTimeout(String command, List<String> parameters, Map shellEnv, boolean executeThroughShell, ParcelFileDescriptor pfd, long timeoutMs)
Parceling generic Lists requires an unchecked conversion from ArrayList to List<T>.Parceling generic Lists requires using the raw type Map.
[Expand]
Inherited Methods
From class com.google.android.aidl.BaseProxy
From class java.lang.Object
From interface android.os.IInterface
From interface androidx.test.services.shellexecutor.Command

Public Methods

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

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

Parameters
command String
parameters List
shellEnv Map
executeThroughShell boolean
pfd ParcelFileDescriptor
Throws
RemoteException

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

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

Parameters
command String
parameters List
shellEnv Map
executeThroughShell boolean
pfd ParcelFileDescriptor
timeoutMs long
Throws
RemoteException