Searched refs:totalBytesRead (Results 1 – 2 of 2) sorted by relevance
163 int totalBytesRead = 0; in downloadFile() local171 totalBytesRead += bytesRead; in downloadFile()182 return totalBytesRead; in downloadFile()
8239 int totalBytesRead = 0; in uploadCallComposerPicture() local8261 totalBytesRead += numRead; in uploadCallComposerPicture()8262 if (totalBytesRead > TelephonyManager.getMaximumCallComposerPictureSize()) { in uploadCallComposerPicture()8263 loge("Too many bytes read for call composer picture: " + totalBytesRead); in uploadCallComposerPicture()