DeviceFoldableState
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()
|
公共构造函数
DeviceFoldableState
public DeviceFoldableState (long identifier,
String name)| 参数 | |
|---|---|
identifier |
long |
name |
String |
公共方法
equals
public boolean equals (Object obj)
| 参数 | |
|---|---|
obj |
Object |
| 返回 | |
|---|---|
boolean |
|
getIdentifier
public long getIdentifier ()
| 返回 | |
|---|---|
long |
|
hashCode
public int hashCode ()
| 返回 | |
|---|---|
int |
|
toString
public String toString ()
| 返回 | |
|---|---|
String |
|