{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public class Command.Stub.Proxy implements Command
Public constructors |
|
|---|---|
Proxy() |
|
Public methods |
|
|---|---|
void |
execute(Parceling generic Lists requires an unchecked conversion from |
void |
executeWithTimeout(Parceling generic Lists requires an unchecked conversion from |
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.
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.