Home
last modified time | relevance | path

Searched refs:parseSdkInt (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/internal/
DConfigUtils.java18 result[i] = parseSdkInt(parts[i]); in parseSdkArrayProperty()
24 public static int parseSdkInt(String part) { in parseSdkInt() method in ConfigUtils
/external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/
DConfig.java188 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