设备可折叠状态

public class DeviceFoldableState
extends Object

java.lang.Object 中
   ↳ com.android.tradefed.device.DeviceFoldableState


“cmd device_state print-states”返回的设备可折叠状态的表示形式。

摘要

公共构造函数

DeviceFoldableState(long identifier, String name)

公共方法

int compareTo(DeviceFoldableState o)
boolean equals(Object obj)
long getIdentifier()
int hashCode()
String toString()

公共构造函数

设备可折叠状态

public DeviceFoldableState (long identifier, 
                String name)

参数
identifier long

name String

公共方法

比较

public int compareTo (DeviceFoldableState o)

参数
o DeviceFoldableState

返回
int

equals

public boolean equals (Object obj)

参数
obj Object

返回
boolean

getIdentifier

public long getIdentifier ()

返回
long

hashCode

public int hashCode ()

返回
int

toString

public String toString ()

返回
String