Searched refs:fromKey (Results 1 – 3 of 3) sorted by relevance
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
5609 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument5611 if (fromValues.containsKey(fromKey)) { in copyStringValue()5612 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()5617 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument5619 if (fromValues.containsKey(fromKey)) { in copyLongValue()5621 Object value = fromValues.get(fromKey); in copyLongValue()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...