Searched defs:totalCurrent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java123 long totalCurrent = 0; // current transfer bytes field in class:BluetoothOppNotification.NotificationItem
292 item.totalCurrent = current;
300 + item.totalCurrent + "; totalTotal=" + item.totalTotal);
312 progress = (float)item.totalCurrent / item.totalTotal;
339 BluetoothOppUtility.formatProgressText(item.totalTotal, item.totalCurrent));
341 if (V) Log.v(TAG, "mCurrentBytes: " + item.totalCurrent +
343 (int)((item.totalCurrent * 100) / item.totalTotal) + " %)");
344 b.setProgress(100, (int)((item.totalCurrent * 100) / item.totalTotal),

Completed in 50 milliseconds