public class SetupStates
extends java.lang.Object
This class contains all the constants that are going to be used to describe the behavior of the WebRTC stream protocol and the ADB connection
| Modifier and Type | Field and Description |
|---|---|
static int |
ASKING_PERMISSIONS |
static int |
ERROR_CONNECTING_SERVER |
static int |
FAIL_CREATING_LOCAL_DESCRIPTOR |
static int |
FAIL_CREATING_REMOTE_DESCRIPTOR |
static int |
FAIL_SENDING_SESSION_DESCRIPTOR |
static int |
FAIL_SETTED_LOCAL_DESCRIPTION |
static int |
FAIL_SETTED_REMOTE_DESCRIPTION |
static int |
LOCAL_DESCRIPTOR_CREATE |
static int |
LOCAL_DESCRIPTOR_SETTED |
static int |
PERMISSIONS_FOR_SCREENCAST_DENIED |
static int |
REMOTE_DESCRIPTOR_CREATE |
static int |
REMOTE_DESCRIPTOR_SETTED |
static int |
SETUP_SCREEN_CONNECTION |
| Constructor and Description |
|---|
SetupStates() |
public static final int ERROR_CONNECTING_SERVER
public static final int FAIL_SENDING_SESSION_DESCRIPTOR
public static final int FAIL_CREATING_REMOTE_DESCRIPTOR
public static final int FAIL_CREATING_LOCAL_DESCRIPTOR
public static final int FAIL_SETTED_LOCAL_DESCRIPTION
public static final int FAIL_SETTED_REMOTE_DESCRIPTION
public static final int PERMISSIONS_FOR_SCREENCAST_DENIED
public static final int ASKING_PERMISSIONS
public static final int SETUP_SCREEN_CONNECTION
public static final int LOCAL_DESCRIPTOR_CREATE
public static final int REMOTE_DESCRIPTOR_CREATE
public static final int LOCAL_DESCRIPTOR_SETTED
public static final int REMOTE_DESCRIPTOR_SETTED