Home
last modified time | relevance | path

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

/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DSdkStore.java367 String paramTypeWithoutGenerics = typeWithoutGenerics(paramType); in MethodInfo() local
368 paramTypes.add(paramTypeWithoutGenerics); in MethodInfo()