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 int compareTo (DeviceFoldableState o)

參數
o DeviceFoldableState

傳回
int

等於

public boolean equals (Object obj)

參數
obj Object

傳回
boolean

getIdentifier

public long getIdentifier ()

傳回
long

hashCode

public int hashCode ()

傳回
int

toString

public String toString ()

傳回
String