Searched refs:fromKey (Results 1 – 1 of 1) sorted by relevance
4850 ContentValues fromValues, String fromKey) { in copyStringValue() argument4851 if (fromValues.containsKey(fromKey)) { in copyStringValue()4852 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()4857 ContentValues fromValues, String fromKey) { in copyLongValue() argument4858 if (fromValues.containsKey(fromKey)) { in copyLongValue()4860 Object value = fromValues.get(fromKey); in copyLongValue()