Home
last modified time | relevance | path

Searched defs: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
125 private static void getSupportedEmulatedAbis(String[] supportedAbis, Set<String> abiSet) in getSupportedEmulatedAbis()