public class

ShellExecSharedConstants

extends Object
java.lang.Object
   ↳ androidx.test.services.shellexecutor.ShellExecSharedConstants

Class Overview

Shared constants between ShellExec Client and Server

Summary

Constants
String BINDER_KEY
int BUFFER_SIZE
Public Constructors
ShellExecSharedConstants()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String BINDER_KEY

Constant Value: "shellExecKey"

public static final int BUFFER_SIZE

Constant Value: 1024 (0x00000400)

Public Constructors

public ShellExecSharedConstants ()