Searched refs:getStringList (Results 1 – 2 of 2) sorted by relevance
188 public static final String[] SUPPORTED_ABIS = getStringList("ro.product.cpu.abilist", ",");197 getStringList("ro.product.cpu.abilist32", ",");206 getStringList("ro.product.cpu.abilist64", ",");354 = getStringList("ro.build.version.all_codenames", ",");1294 private static String[] getStringList(String property, String separator) { in getStringList() method in Build
117 public @NonNull List<String> getStringList() { in getStringList() method in ParcelAllTheThingsDataClass