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.java9999 final long timeRxMs = (leftOverRxTimeMs * traffic.getRxBytes()) / totalRxBytes; in updateBluetoothStateLocked() local
10003 + " rx_time=" + timeRxMs); in updateBluetoothStateLocked()
10005 counter.getRxTimeCounter().addCountLocked(timeRxMs); in updateBluetoothStateLocked()
10006 leftOverRxTimeMs -= timeRxMs; in updateBluetoothStateLocked()