Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java13394 final long timeRxMs = (leftOverRxTimeMs * rxBytes) / totalRxBytes; in updateBluetoothStateLocked() local
13395 rxTimesMs.incrementValue(uid, timeRxMs); in updateBluetoothStateLocked()