Searched refs:abiList (Results 1 – 2 of 2) sorted by relevance
98 String abiList = device.getProperty(PRODUCT_CPU_ABILIST_KEY + bitness); in getSupportedAbis() local99 if (abiList != null && !abiList.isEmpty()) { in getSupportedAbis()100 String []abis = abiList.split(","); in getSupportedAbis()
274 String[] abiList = abiListProp.split(","); in parseAbiListFromProperty() local275 for (String abi : abiList) { in parseAbiListFromProperty()