Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/connectivity/
DWifiActivityEnergyInfo.java117 final double txCurrent = powerProfile.getAveragePower( in calculateEnergyMicroJoules() local
122 return (long) ((txDurationMillis * txCurrent in calculateEnergyMicroJoules()