Home
last modified time | relevance | path

Searched refs:toValues (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPostalSplitter.java49 public void toValues(ContentValues values) { in toValues() method in PostalSplitter.Postal
DNameSplitter.java99 public void toValues(ContentValues values) { in toValues() method in NameSplitter.Name
DContactsDatabaseHelper.java1684 public static void copyStringValue(ContentValues toValues, String toKey, in copyStringValue() argument
1687 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()
1691 public static void copyLongValue(ContentValues toValues, String toKey, in copyLongValue() argument
1707 toValues.put(toKey, longValue); in copyLongValue()
DContactsProvider2.java1146 name.toValues(update); in fixStructuredNameComponents()
1209 postal.toValues(update); in fixStructuredPostalComponents()