Searched refs:totalTotal (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java125 long totalTotal = 0; // total bytes for current transfer field in class:BluetoothOppNotification.NotificationItem
293 item.totalTotal = total;
300 + item.totalCurrent + "; totalTotal=" + item.totalTotal);
309 if (item.totalTotal == -1) {
312 progress = (float)item.totalCurrent / item.totalTotal;
339 BluetoothOppUtility.formatProgressText(item.totalTotal, item.totalCurrent));
340 if (item.totalTotal != 0) {
342 " mTotalBytes: " + item.totalTotal + " (" +
343 (int)((item.totalCurrent * 100) / item.totalTotal)
[all...]

Completed in 10 milliseconds