Searched refs:toKey (Results 1 – 1 of 1) sorted by relevance
4407 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument4410 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()4415 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument4427 toValues.put(toKey, longValue); in copyLongValue()