Home
last modified time | relevance | path

Searched refs:fromValues (Results 1 – 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandlerForStructuredName.java137 name.fromValues(augmented); in fixStructuredNameComponents()
156 name.fromValues(update); in fixStructuredNameComponents()
DDataRowHandlerForStructuredPostal.java94 postal.fromValues(augmented); in fixStructuredPostalComponents()
DPostalSplitter.java41 public void fromValues(ContentValues values) { in fromValues() method in PostalSplitter.Postal
DContactsDatabaseHelper.java4383 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument
4385 if (fromValues.containsKey(fromKey)) { in copyStringValue()
4386 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()
4391 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument
4393 if (fromValues.containsKey(fromKey)) { in copyLongValue()
4395 Object value = fromValues.get(fromKey); in copyLongValue()
DNameSplitter.java153 public void fromValues(ContentValues values) { in fromValues() method in NameSplitter.Name