Home
last modified time | relevance | path

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

/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DSdkStore.java112 private static String typeWithoutGenerics(String paramType) { in typeWithoutGenerics() method in SdkStore
367 String paramTypeWithoutGenerics = typeWithoutGenerics(paramType); in MethodInfo()
423 this.returnType = typeWithoutGenerics(normalize(Type.getReturnType(method.desc))); in MethodExtraInfo()
428 this.returnType = typeWithoutGenerics(canonicalize(methodElement.getReturnType())); in MethodExtraInfo()