Module: Google::Cloud::DeviceStreaming::V1::StatusUpdate::DeviceState
- Defined in:
- proto_docs/google/cloud/devicestreaming/v1/adb_service.rb
Overview
The state displayed with the ADB Device when running "adb devices"
Constant Summary collapse
- DEVICE_STATE_UNSPECIFIED =
The device state is unknown.
0
- DEVICE =
The ADB device is in the "device" status.
1
- RECOVERY =
The ADB device is in the "recovery" status.
2
- RESCUE =
The ADB device is in the "rescue" status.
3
- SIDELOAD =
The ADB device is in the "sideload" status.
4
- MISSING =
The ADB device is in the "missing" status.
10
- OFFLINE =
The ADB device is in the "offline" status.
11
- UNAUTHORIZED =
The ADB device is in the "unauthorized" status.
12
- AUTHORIZING =
The ADB device is in the "authorizing" status.
13
- CONNECTING =
The ADB device is in the "connecting" status.
14