Abi

public class Abi
extends Object implements IAbi

java.lang.Object
   ↳ com.android.tradefed.testtype.Abi


A class representing an ABI.

Summary

Public constructors

Abi(String name, String bitness)

Public methods

boolean equals(Object obj)

static IAbi fromProto(ConfigurationDescription.Abi protoAbi)

Inverse operation from toProto() to get the object back.

String getBitness()

String getName()

int hashCode()

ConfigurationDescription.Abi toProto()

Returns the proto representation of the current Abi instance.

String toString()

Public constructors

Abi

public Abi (String name, 
                String bitness)

Parameters
name String

bitness String

Public methods

equals

public boolean equals (Object obj)

Parameters
obj Object

Returns
boolean

fromProto

public static IAbi fromProto (ConfigurationDescription.Abi protoAbi)

Inverse operation from toProto() to get the object back.

Parameters
protoAbi ConfigurationDescription.Abi

Returns
IAbi

getBitness

public String getBitness ()

Returns
String

getName

public String getName ()

Returns
String

hashCode

public int hashCode ()

Returns
int

toProto

public ConfigurationDescription.Abi toProto ()

Returns the proto representation of the current Abi instance.

Returns
ConfigurationDescription.Abi

toString

public String toString ()

Returns
String