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