Searched refs:totalTotal (Results 1 – 1 of 1) sorted by relevance
131 public long totalTotal = 0; // total bytes for current transfer field in BluetoothOppNotification.NotificationItem316 item.totalTotal = total; in updateActiveNotification()324 + item.totalCurrent + "; totalTotal=" + item.totalTotal); in updateActiveNotification()334 if (item.totalTotal == -1) { in updateActiveNotification()337 progress = (float) item.totalCurrent / item.totalTotal; in updateActiveNotification()364 BluetoothOppUtility.formatProgressText(item.totalTotal, item.totalCurrent)); in updateActiveNotification()365 if (item.totalTotal != 0) { in updateActiveNotification()368 + item.totalTotal + " (" + (int) ((item.totalCurrent * 100) in updateActiveNotification()369 / item.totalTotal) + " %)"); in updateActiveNotification()371 b.setProgress(100, (int) ((item.totalCurrent * 100) / item.totalTotal), in updateActiveNotification()[all …]