public class

Command.Default

extends java.lang.Object

implements Command

 java.lang.Object

↳androidx.test.services.shellexecutor.Command.Default

Overview

Default implementation for Command.

Summary

Constructors
publicDefault()

Methods
public android.os.IBinderasBinder()

public voidexecute(java.lang.String command, java.util.List<java.lang.String> parameters, java.util.Map shellEnv, boolean executeThroughShell, android.os.ParcelFileDescriptor pfd)

public voidexecuteWithTimeout(java.lang.String command, java.util.List<java.lang.String> parameters, java.util.Map shellEnv, boolean executeThroughShell, android.os.ParcelFileDescriptor pfd, long timeoutMs)

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public Default()

Methods

public void execute(java.lang.String command, java.util.List<java.lang.String> parameters, java.util.Map shellEnv, boolean executeThroughShell, android.os.ParcelFileDescriptor pfd)

public void executeWithTimeout(java.lang.String command, java.util.List<java.lang.String> parameters, java.util.Map shellEnv, boolean executeThroughShell, android.os.ParcelFileDescriptor pfd, long timeoutMs)

public android.os.IBinder asBinder()