Searched refs:abiList64 (Results 1 – 1 of 1) sorted by relevance
322 String abiList64 = mTestInfo.getDevice().getProperty("ro.product.cpu.abilist64"); in getZygoteNamesAndIsas() local323 if (abiList64 != null && !abiList64.isEmpty()) { in getZygoteNamesAndIsas()324 namesAndIsas.put(ZYGOTE_64_NAME, getInstructionSet(abiList64.split(",")[0])); in getZygoteNamesAndIsas()