Searched refs:conversionMethod (Results 1 – 2 of 2) sorted by relevance
376 public void addConversionMethod(ExecutableElement conversionMethod) { in addConversionMethod() argument377 L.d("STORE addConversionMethod %s", conversionMethod); in addConversionMethod()378 List<? extends VariableElement> parameters = conversionMethod.getParameters(); in addConversionMethod()380 String toType = getQualifiedName(conversionMethod.getReturnType()); in addConversionMethod()381 MethodDescription methodDescription = new MethodDescription(conversionMethod, 1, false); in addConversionMethod()651 MethodDescription conversionMethod = null; in getSetterCall() local697 conversionMethod = getConversionMethod(valueType, bestValueType, imports); in getSetterCall()708 setterCall.setConverter(conversionMethod); in getSetterCall()948 MethodDescription conversionMethod = getConversionMethod(argument, parameter, in isBetterParameter() local950 if (conversionMethod != null) { in isBetterParameter()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...