Searched refs:getControllerEnergyUsedMicroJoules (Results 1 – 6 of 6) sorted by relevance
163 + " mControllerEnergyUsedMicroJoules=" + getControllerEnergyUsedMicroJoules() in toString()241 public long getControllerEnergyUsedMicroJoules() { in getControllerEnergyUsedMicroJoules() method in WifiActivityEnergyInfo
838 final long lastEnergy = mLastWifiInfo.getControllerEnergyUsedMicroJoules();862 deltaControllerEnergyUsedMicroJoules = latest.getControllerEnergyUsedMicroJoules();882 Math.max(0, latest.getControllerEnergyUsedMicroJoules() - lastEnergy);
12628 controllerMaMs = info.getControllerEnergyUsedMicroJoules() / opVolt; in updateWifiState()
390 when(info.getControllerEnergyUsedMicroJoules()).thenReturn(energy); in buildWifiActivityEnergyInfo()
2242 wifiInfo.getControllerEnergyUsedMicroJoules()));
11378 method @IntRange(from=0) public long getControllerEnergyUsedMicroJoules();