Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java4850 ContentValues fromValues, String fromKey) { in copyStringValue() argument
4851 if (fromValues.containsKey(fromKey)) { in copyStringValue()
4852 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()
4857 ContentValues fromValues, String fromKey) { in copyLongValue() argument
4858 if (fromValues.containsKey(fromKey)) { in copyLongValue()
4860 Object value = fromValues.get(fromKey); in copyLongValue()