{% 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

Command
asInterface(obj: IBinder)

Inherited functions

From class Command
abstract Unit
execute(
    command: String,
    parameters: List<String>,
    shellEnv: 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: List<String>,
    shellEnv: 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

fun asInterface(obj: IBinder): Command