Enum StatusUpdate.DeviceState (0.2.0)

public enum StatusUpdate.DeviceState extends Enum<StatusUpdate.DeviceState> implements ProtocolMessageEnum

The state displayed with the ADB Device when running "adb devices"

Protobuf enum google.cloud.devicestreaming.v1.StatusUpdate.DeviceState

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTHORIZING

The ADB device is in the "authorizing" status.

AUTHORIZING = 13;

AUTHORIZING_VALUE

The ADB device is in the "authorizing" status.

AUTHORIZING = 13;

CONNECTING

The ADB device is in the "connecting" status.

CONNECTING = 14;

CONNECTING_VALUE

The ADB device is in the "connecting" status.

CONNECTING = 14;

DEVICE

The ADB device is in the "device" status.

DEVICE = 1;

DEVICE_STATE_UNSPECIFIED

The device state is unknown.

DEVICE_STATE_UNSPECIFIED = 0;

DEVICE_STATE_UNSPECIFIED_VALUE

The device state is unknown.

DEVICE_STATE_UNSPECIFIED = 0;

DEVICE_VALUE

The ADB device is in the "device" status.

DEVICE = 1;

MISSING

The ADB device is in the "missing" status.

MISSING = 10;

MISSING_VALUE

The ADB device is in the "missing" status.

MISSING = 10;

OFFLINE

The ADB device is in the "offline" status.

OFFLINE = 11;

OFFLINE_VALUE

The ADB device is in the "offline" status.

OFFLINE = 11;

RECOVERY

The ADB device is in the "recovery" status.

RECOVERY = 2;

RECOVERY_VALUE

The ADB device is in the "recovery" status.

RECOVERY = 2;

RESCUE

The ADB device is in the "rescue" status.

RESCUE = 3;

RESCUE_VALUE

The ADB device is in the "rescue" status.

RESCUE = 3;

SIDELOAD

The ADB device is in the "sideload" status.

SIDELOAD = 4;

SIDELOAD_VALUE

The ADB device is in the "sideload" status.

SIDELOAD = 4;

UNAUTHORIZED

The ADB device is in the "unauthorized" status.

UNAUTHORIZED = 12;

UNAUTHORIZED_VALUE

The ADB device is in the "unauthorized" status.

UNAUTHORIZED = 12;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()