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

Command.Stub

abstract class Command.Stub : Command


Summary

Nested types

Command.Stub.Proxy

Public constructors

Public functions

java-static Command!
asInterface(obj: IBinder!)

Inherited functions

From class androidx.test.services.shellexecutor.Command
abstract Unit
execute(
    command: String!,
    parameters: (Mutable)List<String!>!,
    shellEnv: (Mutable)Map!,
    executeThroughShell: Boolean,
    pfd: ParcelFileDescriptor!
)

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

abstract Unit
executeWithTimeout(
    command: String!,
    parameters: (Mutable)List<String!>!,
    shellEnv: (Mutable)Map!,
    executeThroughShell: Boolean,
    pfd: ParcelFileDescriptor!,
    timeoutMs: Long
)

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

Public constructors

Stub

Stub()

Public functions

asInterface

java-static fun asInterface(obj: IBinder!): Command!