{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

Command.Stub

public abstract class Command.Stub implements Command


Summary

Nested types

Command.Stub.Proxy

Public constructors

Public methods

static Command
asInterface(IBinder obj)

Inherited methods

From class androidx.test.services.shellexecutor.Command
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.

Public constructors

Stub

public Stub()

Public methods

asInterface

public static Command asInterface(IBinder obj)