public interface

Command

implements IInterface
androidx.test.services.shellexecutor.Command
Known Indirect Subclasses

Summary

Nested Classes
class Command.Stub  
Public Methods
abstract 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.
abstract 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 interface android.os.IInterface

Public Methods

public abstract 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 abstract 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