Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerMultiArchAppTest.java118 Set<String> abiSet = new ArraySet<>(); in getSupportedEmulatedAbis() local
119 getSupportedEmulatedAbis(getDeviceSupported64Abis(), abiSet); in getSupportedEmulatedAbis() local
120 getSupportedEmulatedAbis(getDeviceSupported32Abis(), abiSet); in getSupportedEmulatedAbis() local
121 sSupportedEmulatedAbis = abiSet.toArray(new String[0]); in getSupportedEmulatedAbis()
125 private static void getSupportedEmulatedAbis(String[] supportedAbis, Set<String> abiSet) in getSupportedEmulatedAbis() argument
132 abiSet.add(currentAbi); in getSupportedEmulatedAbis()