OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:implMethod
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
SdkStore.java
154
MethodExtraInfo
implMethod
= new MethodExtraInfo(methodElement);
155
if (!sdkMethod.equals(
implMethod
)
157
if (
implMethod
.isStatic != sdkMethod.isStatic) {
159
+ " is " + (
implMethod
.isStatic ? "static" : "not static")
162
if (!
implMethod
.returnType.equals(sdkMethod.returnType)) {
164
(looseSignatures && typeIsOkForLooseSignatures(
implMethod
, sdkMethod))
165
|| (looseSignatures &&
implMethod
.returnType.equals("java.lang.Object[]"))
167
|| typeIsNumeric(sdkMethod,
implMethod
)) {
171
+ " has a return type of " +
implMethod
.returnType
192
private boolean typeIsNumeric(MethodExtraInfo sdkMethod, MethodExtraInfo
implMethod
) {
[
all
...]
/external/mockito/lib/
byte-buddy-1.8.15.jar
Completed in 949 milliseconds