Home
last modified time | relevance | path

Searched refs:sentBytes (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
DSpeedMeasurementController.java302 int sentBytes = mUsbConnection.bulkTransfer( in writeBufferSize() local
307 if (sentBytes < 0) { in writeBufferSize()
325 int sentBytes = mUsbConnection.bulkTransfer( in run() local
330 if (sentBytes < 0) { in run()
334 bytesToSend -= sentBytes; in run()
/packages/services/Car/tests/CarTelemetryApp/src/com/android/car/cartelemetryapp/
DIConfigData.aidl6 int sentBytes;
DCarMetricsCollectorService.java113 configData.sentBytes = 0;
251 configData.sentBytes += getPersistableBundleByteSize(report); in onResult()
DConfigListAdaptor.java89 String bytesSentStr = String.valueOf(config.sentBytes) + " B"; in onBindViewHolder()
DCarTelemetryActivity.java262 configData.sentBytes = 0; in clearConfigData()