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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java4624 public static void copyStringValue(ContentValues toValues, String toKey, argument
4627 toValues.put(toKey, fromValues.getAsString(fromKey));
4631 public static void copyLongValue(ContentValues toValues, String toKey, argument
4647 toValues.put(toKey, longValue);

Completed in 57 milliseconds