Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java12718 final long timeRxMs = (leftOverRxTimeMs * rxBytes) / totalRxBytes; in updateBluetoothStateLocked() local
12720 Slog.d(TAG, "UID=" + uid + " rx_bytes=" + rxBytes + " rx_time=" + timeRxMs); in updateBluetoothStateLocked()
12722 counter.getRxTimeCounter().addCountLocked(timeRxMs); in updateBluetoothStateLocked()
12726 mBluetoothPowerCalculator.calculatePowerMah(timeRxMs, 0, 0)); in updateBluetoothStateLocked()