Searched refs:toValues (Results 1 – 6 of 6) sorted by relevance
91 postal.toValues(update); in fixStructuredPostalComponents()
51 public void toValues(ContentValues values) { in toValues() method in PostalSplitter.Postal
145 name.toValues(update); in fixStructuredNameComponents()
171 public void toValues(ContentValues values) { in toValues() method in NameSplitter.Name
4599 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument4602 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()4607 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument4619 toValues.put(toKey, longValue); in copyLongValue()
135 public static ContentValues toValues(Context context, RecordedProgram recordedProgram) { in toValues() method in RecordedProgram