Home
last modified time | relevance | path

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

/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DSdkStore.java167 || typeIsNumeric(sdkMethod, implMethod)) { in verifyMethod()
192 private boolean typeIsNumeric(MethodExtraInfo sdkMethod, MethodExtraInfo implMethod) { in typeIsNumeric() method in SdkStore.Sdk