DeviceFoldableState

public class DeviceFoldableState
extends Object implements Comparable<DeviceFoldableState>

java.lang.Object
com.android.tradefed.device.DeviceFoldableState


Darstellung des faltbaren Gerätestatus, wie von „cmd device_state print-states“ zurückgegeben.

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

DeviceFoldableState

public DeviceFoldableState (long identifier, 
                String name)

Parameter
identifier long

name String

Öffentliche Methoden

compareTo

public int compareTo (DeviceFoldableState o)

Parameter
o DeviceFoldableState

Gibt Folgendes zurück:
int

ist gleich

public boolean equals (Object obj)

Parameter
obj Object

Gibt Folgendes zurück:
boolean

getIdentifier

public long getIdentifier ()

Gibt Folgendes zurück:
long

hashCode

public int hashCode ()

Gibt Folgendes zurück:
int

toString

public String toString ()

Gibt Folgendes zurück:
String