Home
last modified time | relevance | path

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

/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DImplementsValidator.java101 addShadowNotInSdk(shadowType, av, cv); in visitType()
130 addShadowNotInSdk(shadowType, av, cv); in visitType()
167 private void addShadowNotInSdk(TypeElement shadowType, AnnotationValue av, AnnotationValue cv) { in addShadowNotInSdk() method in ImplementsValidator