| java.lang.Object |
| ↳ |
androidx.test.services.shellexecutor.ShellExecSharedConstants |
Class Overview
Shared constants between ShellExec Client and Server
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Constants
public
static
final
String
BINDER_KEY
Constant Value:
"shellExecKey"
public
static
final
int
BUFFER_SIZE
Constant Value:
1024
(0x00000400)
Public Constructors
public
ShellExecSharedConstants
()