Home
last modified time | relevance | path

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

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