Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java173 public long totalCurrent = 0; // current transfer bytes field in BluetoothOppNotification.NotificationItem
352 item.totalCurrent = current; in updateActiveNotification()
366 + item.totalCurrent in updateActiveNotification()
380 progress = (float) item.totalCurrent / item.totalTotal; in updateActiveNotification()
414 BluetoothOppUtility.formatProgressText(item.totalTotal, item.totalCurrent)); in updateActiveNotification()
419 + item.totalCurrent in updateActiveNotification()
423 + (int) ((item.totalCurrent * 100) / item.totalTotal) in updateActiveNotification()
427 (int) ((item.totalCurrent * 100) / item.totalTotal), in updateActiveNotification()