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