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

ハッシュコード

public int hashCode ()

戻り値
int

toString

public String toString ()

戻り値
String