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 |
公用方法
等於
public boolean equals (Object obj)
| 參數 | |
|---|---|
obj |
Object |
| 傳回 | |
|---|---|
boolean |
|
getIdentifier
public long getIdentifier ()
| 傳回 | |
|---|---|
long |
|
hashCode
public int hashCode ()
| 傳回 | |
|---|---|
int |
|
toString
public String toString ()
| 傳回 | |
|---|---|
String |
|