Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java4378 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument
4381 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()
4386 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument
4398 toValues.put(toKey, longValue); in copyLongValue()