Home
last modified time | relevance | path

Searched defs:implMethod (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DSdkStore.java154 MethodExtraInfo implMethod = new MethodExtraInfo(methodElement); in verifyMethod() local
192 private boolean typeIsNumeric(MethodExtraInfo sdkMethod, MethodExtraInfo implMethod) { in typeIsNumeric()
197 …private boolean typeIsOkForLooseSignatures(MethodExtraInfo implMethod, MethodExtraInfo sdkMethod) { in typeIsOkForLooseSignatures()