Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java11378 final long timeRxMs = (leftOverRxTimeMs * rxBytes) / totalRxBytes; in updateBluetoothStateLocked() local
11380 Slog.d(TAG, "UID=" + uid + " rx_bytes=" + rxBytes + " rx_time=" + timeRxMs); in updateBluetoothStateLocked()
11382 counter.getRxTimeCounter().addCountLocked(timeRxMs); in updateBluetoothStateLocked()