Searched defs:abiSet (Results 1 – 1 of 1) sorted by relevance
118 Set<String> abiSet = new ArraySet<>(); in getSupportedEmulatedAbis() local119 getSupportedEmulatedAbis(getDeviceSupported64Abis(), abiSet); in getSupportedEmulatedAbis() local120 getSupportedEmulatedAbis(getDeviceSupported32Abis(), abiSet); in getSupportedEmulatedAbis() local125 private static void getSupportedEmulatedAbis(String[] supportedAbis, Set<String> abiSet) in getSupportedEmulatedAbis()