DeviceFoldableState

public class DeviceFoldableState
extends Object

java.lang.객체
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