DeviceFoldableState

public class DeviceFoldableState
extends Object

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


Représentation de l'état de pliage 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

compareTo

public int compareTo (DeviceFoldableState o)

Paramètres
o DeviceFoldableState

Renvoie
int

equals

public boolean equals (Object obj)

Paramètres
obj Object

Renvoie
boolean

getIdentifier

public long getIdentifier ()

Renvoie
long

hashCode

public int hashCode ()

Renvoie
int

toString

public String toString ()

Renvoie
String