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.java171 public long totalCurrent = 0; // current transfer bytes field in BluetoothOppNotification.NotificationItem
350 item.totalCurrent = current; in updateActiveNotification()
364 + item.totalCurrent in updateActiveNotification()
378 progress = (float) item.totalCurrent / item.totalTotal; in updateActiveNotification()
412 BluetoothOppUtility.formatProgressText(item.totalTotal, item.totalCurrent)); in updateActiveNotification()
417 + item.totalCurrent in updateActiveNotification()
421 + (int) ((item.totalCurrent * 100) / item.totalTotal) in updateActiveNotification()
425 (int) ((item.totalCurrent * 100) / item.totalTotal), in updateActiveNotification()