Searched refs:conversionMethods (Results 1 – 2 of 2) sorted by relevance
382 HashMap<String, MethodDescription> convertTo = mStore.conversionMethods.get(fromType); in addConversionMethod()385 mStore.conversionMethods.put(fromType, convertTo); in addConversionMethod()413 for (HashMap<String, MethodDescription> convertTos : mStore.conversionMethods.values()) { in clear()967 for (String fromClassName : mStore.conversionMethods.keySet()) { in getConversionMethod()972 mStore.conversionMethods.get(fromClassName); in getConversionMethod()1006 merge(store.conversionMethods, intermediateV2.conversionMethods); in merge()1252 public final HashMap<String, HashMap<String, MethodDescription>> conversionMethods = field in SetterStore.IntermediateV11266 v2.conversionMethods.putAll(conversionMethods); in upgrade()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...