Searched refs:totalTimeMs (Results 1 – 4 of 4) sorted by relevance
48 final long totalTimeMs = idleTimeMs + txTimeMs + rxTimeMs; in calculateApp() local58 app.bluetoothRunningTimeMs = totalTimeMs; in calculateApp()63 mAppTotalTimeMs += totalTimeMs; in calculateApp()75 final long totalTimeMs = idleTimeMs + txTimeMs + rxTimeMs; in calculateRemaining() local89 Log.d(TAG, "Bluetooth active: time=" + (totalTimeMs) in calculateRemaining()94 app.bluetoothRunningTimeMs = Math.max(0, totalTimeMs - mAppTotalTimeMs); in calculateRemaining()
32 long totalTimeMs = 0; in calculateRemaining() local45 totalTimeMs += timeMs; in calculateRemaining()48 app.usageTimeMs = totalTimeMs; in calculateRemaining()51 totalMah, totalTimeMs)); in calculateRemaining()
10812 final long totalTimeMs = txTimeMs + rxTimeMs + idleTimeMs; in updateWifiState() local10822 Slog.d(TAG, " Total Time: " + totalTimeMs + " ms"); in updateWifiState()
3285 final long totalTimeMs = (timer.getTotalTimeLocked( in printTimer() local3288 if (totalTimeMs != 0) { in printTimer()3294 formatTimeMs(sb, totalTimeMs); in printTimer()5576 final long totalTimeMs = (bleTimer.getTotalTimeLocked(rawRealtime, which) + 500) in dumpLocked()5578 if (totalTimeMs != 0) { in dumpLocked()5606 if (actualTimeMs != totalTimeMs) { in dumpLocked()5609 formatTimeMs(sb, totalTimeMs); in dumpLocked() argument