IAbi
public interface IAbi
com.android.tradefed.testtype.IAbi |
Bekannte indirekte Unterklassen Abi | Eine Klasse, die ein ABI darstellt. |
|
Schnittstelle, die das zu testende ABI darstellt.
Zusammenfassung
Öffentliche Methoden |
---|
abstract String | getBitness () |
abstract String | getName () |
abstract ConfigurationDescription.Abi | toProto () Gibt die Proto-Darstellung der aktuellen Abi-Instanz zurück. |
Öffentliche Methoden
getBitness
public abstract String getBitness ()
Kehrt zurück |
---|
String | Die Bitanzahl des ABI (z. B. 32, 64). |
getName
public abstract String getName ()
Kehrt zurück |
---|
String | Der Name des ABI. |
zuProto
public abstract ConfigurationDescription.Abi toProto ()
Gibt die Proto-Darstellung der aktuellen Abi-Instanz zurück.
Kehrt zurück |
---|
ConfigurationDescription.Abi | |