Searched refs:toKey (Results 1 – 1 of 1) sorted by relevance
4378 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument4381 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()4386 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument4398 toValues.put(toKey, longValue); in copyLongValue()