Home
last modified time | relevance | path

Searched refs:getSupportedAbis (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DAbiFormatterTest.java78 String[] supportedAbiArray = AbiFormatter.getSupportedAbis(device, "32"); in testGetSupportedAbis()
86 supportedAbiArray = AbiFormatter.getSupportedAbis(device, "32"); in testGetSupportedAbis()
93 supportedAbiArray = AbiFormatter.getSupportedAbis(device, ""); in testGetSupportedAbis()
104 String[] supportedAbiArray = AbiFormatter.getSupportedAbis(device, ""); in testGetSupportedAbis_null()
/tools/tradefederation/core/src/com/android/tradefed/util/
DAbiFormatter.java81 String []abis = getSupportedAbis(device, bitness); in getDefaultAbi()
96 public static String[] getSupportedAbis(ITestDevice device, String bitness) in getSupportedAbis() method in AbiFormatter
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java1267 return new ArrayList<>(Arrays.asList(AbiFormatter.getSupportedAbis(device, ""))); in getDeviceAbis()