Searched refs:deviceAbi1 (Results 1 – 1 of 1) sorted by relevance
198 String deviceAbi1 = device.getProperty("ro.product.cpu.abi"); //$NON-NLS-1$ in doLaunch() local202 NativeAbi compatAbi = getCompatibleAbi(deviceAbi1, deviceAbi2, appAbis); in doLaunch()210 deviceAbi1, in doLaunch()471 private NativeAbi getCompatibleAbi(String deviceAbi1, String deviceAbi2, in getCompatibleAbi() argument474 if (abi.getAbi().equals(deviceAbi1) || abi.getAbi().equals(deviceAbi2)) { in getCompatibleAbi()