Searched refs:parseNullableInt (Results 1 – 2 of 2) sorted by relevance
29 import static com.android.ravenwood.common.RavenwoodCommonUtils.parseNullableInt;431 parseNullableInt(props.get("targetSdkVersionInt")), DEFAULT_TARGET_SDK_LEVEL); in loadRavenwoodProperties()
322 public static Integer parseNullableInt(@Nullable String value) { in parseNullableInt() method in RavenwoodCommonUtils