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

Command.Stub.Proxy

public class Command.Stub.Proxy implements Command


Summary

Public methods

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

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

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

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

Public methods

execute

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

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

executeWithTimeout

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

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