Searched defs:toValues (Results 1 - 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPostalSplitter.java51 public void toValues(ContentValues values) { method in class:PostalSplitter.Postal
H A DNameSplitter.java171 public void toValues(ContentValues values) { method in class:NameSplitter.Name
H A DContactsDatabaseHelper.java5141 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) {
5144 toValues.put(toKey, fromValues.getAsString(fromKey));
5149 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) {
5161 toValues.put(toKey, longValue);
5140 copyStringValue( ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) argument
5148 copyLongValue( ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) argument

Completed in 79 milliseconds