Searched refs:parseSdkInt (Results 1 – 2 of 2) sorted by relevance
18 result[i] = parseSdkInt(parts[i]); in parseSdkArrayProperty()24 public static int parseSdkInt(String part) { in parseSdkInt() method in ConfigUtils
188 parseSdkInt(properties.getProperty("minSdk", "-1")), in fromProperties()189 parseSdkInt(properties.getProperty("maxSdk", "-1")), in fromProperties()235 result[i] = parseSdkInt(parts[i]); in parseSdkArrayProperty()241 private static int parseSdkInt(String part) { in parseSdkInt() method in Config.Implementation