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

/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
H A DJavaMethod.java56 public ModelClass getReturnType(List<ModelClass> args) { method in class:JavaMethod
57 return new JavaClass(mMethod.getReturnType());
62 return void.class.equals(mMethod.getReturnType());
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DInjectedMethod.java73 public ModelClass getReturnType(List<ModelClass> args) { method in class:InjectedMethod
82 return getReturnType().isVoid();
H A DModelMethod.java29 public abstract ModelClass getReturnType(List<ModelClass> args); method in class:ModelMethod
110 public ModelClass getReturnType() { method in class:ModelMethod
111 return getReturnType(null);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
H A DAnnotationMethod.java112 public ModelClass getReturnType(List<ModelClass> args) { method in class:AnnotationMethod
113 TypeMirror returnType = mMethod.getReturnType();
121 return mMethod.getReturnType().getKind() == TypeKind.VOID;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 101 milliseconds