Searched defs:getReturnType (Results 1 - 3 of 3) sorted by relevance

/libcore/libart/src/main/java/java/lang/reflect/
H A DArtMethod.java142 Class<?> getReturnType() { method in class:ArtMethod
H A DMethod.java64 Class<?> aReturnType = a.getReturnType();
65 Class<?> bReturnType = b.getReturnType();
183 public Class<?> getReturnType() { method in class:Method
184 return artMethod.findOverriddenMethodIfProxy().getReturnType();
401 result.append(getReturnType().getName());
435 result.append(Types.getSignature(getReturnType()));
/libcore/libdvm/src/main/java/java/lang/reflect/
H A DMethod.java77 return a.getReturnType().getName().compareTo(b.getReturnType().getName());
452 public Class<?> getReturnType() { method in class:Method

Completed in 62 milliseconds