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