Searched refs:getStringList (Results 1 – 1 of 1) sorted by relevance
139 public static final String[] SUPPORTED_ABIS = getStringList("ro.product.cpu.abilist", ",");148 getStringList("ro.product.cpu.abilist32", ",");157 getStringList("ro.product.cpu.abilist64", ",");250 = getStringList("ro.build.version.all_codenames", ",");970 private static String[] getStringList(String property, String separator) { in getStringList() method in Build