blob: 20b75251dea61ef04840814dc08a96ceee2ad8b6 [file] [log] [blame]
// generated by stringer --type DeviceState; DO NOT EDIT
package adb
import "fmt"
const _DeviceState_name = "OfflineOnlineUnauthorized"
var _DeviceState_index = [...]uint8{0, 7, 13, 25}
func (i DeviceState) String() string {
if i < 0 || i+1 >= DeviceState(len(_DeviceState_index)) {
return fmt.Sprintf("DeviceState(%d)", i)
}
return _DeviceState_name[_DeviceState_index[i]:_DeviceState_index[i+1]]
}