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 |