Searched refs:fromValues (Results 1 – 5 of 5) sorted by relevance
137 name.fromValues(augmented); in fixStructuredNameComponents()156 name.fromValues(update); in fixStructuredNameComponents()
94 postal.fromValues(augmented); in fixStructuredPostalComponents()
41 public void fromValues(ContentValues values) { in fromValues() method in PostalSplitter.Postal
4407 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument4409 if (fromValues.containsKey(fromKey)) { in copyStringValue()4410 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()4415 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument4417 if (fromValues.containsKey(fromKey)) { in copyLongValue()4419 Object value = fromValues.get(fromKey); in copyLongValue()
153 public void fromValues(ContentValues values) { in fromValues() method in NameSplitter.Name