Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadowapi/src/main/java/org/robolectric/util/
DReflectionHelpers.java20 private static final Map<String, Object> PRIMITIVE_RETURN_VALUES; field in ReflectionHelpers
31 PRIMITIVE_RETURN_VALUES = Collections.unmodifiableMap(map);
39 return PRIMITIVE_RETURN_VALUES.get(method.getReturnType().getName()); in createNullProxy()
61 if (PRIMITIVE_RETURN_VALUES.containsKey(method.getReturnType().getName())) {
62 return PRIMITIVE_RETURN_VALUES.get(method.getReturnType().getName());
83 return PRIMITIVE_RETURN_VALUES.get(method.getReturnType().getName());
429 return PRIMITIVE_RETURN_VALUES.get(returnType);