Searched refs:toReturn (Results 1 – 2 of 2) sorted by relevance
45 T toReturn = parcel.readTypedObject(creator); in roundTripParcelable() local47 return toReturn; in roundTripParcelable()
800 ContentValues[] toReturn = new ContentValues[cv.size()]; in getContentValues() local802 toReturn[i] = cv.get(i); in getContentValues()804 return toReturn; in getContentValues()