DeviceFoldableState

public class DeviceFoldableState
extends Object implements Comparable<DeviceFoldableState>

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


"cmd device_state print-states" से मिले, फ़ोल्ड किए जा सकने वाले डिवाइस की स्थिति के बारे में जानकारी.

खास जानकारी

सार्वजनिक कंस्ट्रक्टर

DeviceFoldableState(long identifier, String name)

पब्लिक मेथड

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

सार्वजनिक कंस्ट्रक्टर

DeviceFoldableState

public DeviceFoldableState (long identifier, 
                String name)

पैरामीटर
identifier long

name String

पब्लिक मेथड

compareTo

public int compareTo (DeviceFoldableState o)

पैरामीटर
o DeviceFoldableState

रिटर्न
int

इसके बराबर है

public boolean equals (Object obj)

पैरामीटर
obj Object

रिटर्न
boolean

getIdentifier

public long getIdentifier ()

रिटर्न
long

hashCode

public int hashCode ()

रिटर्न
int

toString

public String toString ()

रिटर्न
String