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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java4274 ContentValues fromValues, String fromKey) {
4275 if (fromValues.containsKey(fromKey)) {
4276 toValues.put(toKey, fromValues.getAsString(fromKey));
4281 ContentValues fromValues, String fromKey) {
4282 if (fromValues.containsKey(fromKey)) {
4284 Object value = fromValues.get(fromKey);
4273 copyStringValue(ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) argument
4280 copyLongValue(ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) argument

Completed in 31 milliseconds