DeviceFoldableState

public class DeviceFoldableState
extends Object

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


Représentation de l'état pliable de l'appareil tel que renvoyé par "cmd device_state print-states".

Résumé

Constructeurs publics

DeviceFoldableState (long identifier, String name)

Méthodes publiques

int compareTo ( DeviceFoldableState o)
boolean equals (Object obj)
long getIdentifier ()
int hashCode ()
String toString ()

Constructeurs publics

DeviceFoldableState

public DeviceFoldableState (long identifier, 
                String name)

Paramètres
identifier long

name String

Méthodes publiques

comparer aux

public int compareTo (DeviceFoldableState o)

Paramètres
o DeviceFoldableState

Retour
int

équivaut à

public boolean equals (Object obj)

Paramètres
obj Object

Retour
boolean

getIdentifier

public long getIdentifier ()

Retour
long

hashCode

public int hashCode ()

Retour
int

toString

public String toString ()

Retour
String