Searched refs:toValues (Results 1 – 4 of 4) sorted by relevance
49 public void toValues(ContentValues values) { in toValues() method in PostalSplitter.Postal
99 public void toValues(ContentValues values) { in toValues() method in NameSplitter.Name
1684 public static void copyStringValue(ContentValues toValues, String toKey, in copyStringValue() argument1687 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()1691 public static void copyLongValue(ContentValues toValues, String toKey, in copyLongValue() argument1707 toValues.put(toKey, longValue); in copyLongValue()
1146 name.toValues(update); in fixStructuredNameComponents()1209 postal.toValues(update); in fixStructuredPostalComponents()