Searched refs:fromKey (Results 1 – 2 of 2) sorted by relevance
5141 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument5143 if (fromValues.containsKey(fromKey)) { in copyStringValue()5144 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()5149 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument5151 if (fromValues.containsKey(fromKey)) { in copyLongValue()5153 Object value = fromValues.get(fromKey); in copyLongValue()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...