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.java76 String[] supportedAbiArray = AbiFormatter.getSupportedAbis(device, "32"); in testGetSupportedAbis()
84 supportedAbiArray = AbiFormatter.getSupportedAbis(device, "32"); in testGetSupportedAbis()
91 supportedAbiArray = AbiFormatter.getSupportedAbis(device, ""); in testGetSupportedAbis()
/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.java824 List<String> deviceAbis = Arrays.asList(AbiFormatter.getSupportedAbis(device, "")); in getAbis()