Home
last modified time | relevance | path

Searched refs:totalBytesRead (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DWifiDownloadReceiver.java163 int totalBytesRead = 0; in downloadFile() local
171 totalBytesRead += bytesRead; in downloadFile()
182 return totalBytesRead; in downloadFile()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java8239 int totalBytesRead = 0; in uploadCallComposerPicture() local
8261 totalBytesRead += numRead; in uploadCallComposerPicture()
8262 if (totalBytesRead > TelephonyManager.getMaximumCallComposerPictureSize()) { in uploadCallComposerPicture()
8263 loge("Too many bytes read for call composer picture: " + totalBytesRead); in uploadCallComposerPicture()