Home
last modified time | relevance | path

Searched refs:supportedAbis (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/packagemanager/extractnativelibs/src/android/extractnativelibs/cts/
DCtsExtractNativeLibsHostTestAbiOverride.java93 final Set<String> supportedAbis = AbiUtils.getAbisSupportedByCompatibility(); in data() local
97 for (String firstAbi : supportedAbis) { in data()
98 for (String secondAbi : supportedAbis) { in data()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerMultiArchAppTest.java125 private static void getSupportedEmulatedAbis(String[] supportedAbis, Set<String> abiSet) in getSupportedEmulatedAbis() argument
127 for (int i = 0; i < supportedAbis.length; i++) { in getSupportedEmulatedAbis()
128 final String currentAbi = supportedAbis[i]; in getSupportedEmulatedAbis()