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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java4273 public static void copyStringValue(ContentValues toValues, String toKey, argument
4276 toValues.put(toKey, fromValues.getAsString(fromKey));
4280 public static void copyLongValue(ContentValues toValues, String toKey, argument
4296 toValues.put(toKey, longValue);

Completed in 13 milliseconds