GerätFoldableState
public
class
DeviceFoldableState
extends Object
java.lang.Object | |
😎 | com.android.tradefed.device.DeviceFoldableState |
Darstellung des Status eines faltbaren Geräts, wie er von „cmd device_state print-states“ zurückgegeben wird.
Zusammenfassung
Öffentliche Konstruktoren | |
---|---|
DeviceFoldableState(long identifier, String name)
|
Öffentliche Methoden | |
---|---|
int
|
compareTo(DeviceFoldableState o)
|
boolean
|
equals(Object obj)
|
long
|
getIdentifier()
|
int
|
hashCode()
|
String
|
toString()
|
Öffentliche Konstruktoren
GerätFoldableState
public DeviceFoldableState (long identifier, String name)
Parameter | |
---|---|
identifier |
long |
name |
String |
Öffentliche Methoden
Vergleich mit
public int compareTo (DeviceFoldableState o)
Parameter | |
---|---|
o |
DeviceFoldableState |
Returns | |
---|---|
int |
ist gleich
public boolean equals (Object obj)
Parameter | |
---|---|
obj |
Object |
Returns | |
---|---|
boolean |
getIdentifier
public long getIdentifier ()
Returns | |
---|---|
long |
hashCode
public int hashCode ()
Returns | |
---|---|
int |
toString
public String toString ()
Returns | |
---|---|
String |