DeviceFoldableState

public class DeviceFoldableState
extends Object

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


Représentation de l'état pliable du périphérique 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

obtenirIdentifiant

public long getIdentifier ()

Retour
long

Code de hachage

public int hashCode ()

Retour
int

versChaîne

public String toString ()

Retour
String