HomeSort by relevance Sort by last modified time
    Searched full:totaltotal (Results 1 - 1 of 1) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 116 int totalTotal = 0; // total bytes for current transfer
277 item.totalTotal = total;
284 + item.totalCurrent + "; totalTotal=" + item.totalTotal);
293 if (item.totalTotal == -1) {
296 progress = (float)item.totalCurrent / item.totalTotal;
319 BluetoothOppUtility.formatProgressText(item.totalTotal, item.totalCurrent));
320 b.setProgress(item.totalTotal, item.totalCurrent, item.totalTotal == -1);

Completed in 24 milliseconds