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
129 name.toValues(update); in fixStructuredNameComponents()
4383 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument4386 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()4391 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument4403 toValues.put(toKey, longValue); in copyLongValue()
171 public void toValues(ContentValues values) { in toValues() method in NameSplitter.Name
135 public static ContentValues toValues(Context context, RecordedProgram recordedProgram) { in toValues() method in RecordedProgram