HomeSort by relevance Sort by last modified time
    Searched refs:charge_full (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/site_tests/power_BatteryCharge/
power_BatteryCharge.py 41 charge_full for calculations. charge_full represents
54 self.charge_full = self.status.battery[0].charge_full
58 self.charge_capacity = self.charge_full
114 keyvals['ah_charge_full'] = self.charge_full
  /external/autotest/client/site_tests/power_Idle/
power_Idle.py 132 keyvals['ah_charge_full'] = self.status.battery[0].charge_full
  /external/autotest/client/cros/power/
power_status.py 221 float charge_full: Last full capacity reached [Ah]
238 'charge_full': ['charge_full', float],
274 if self.charge_full == 0 and self.energy_full != 0:
290 self.charge_full = self.charge_full / BATTERY_DATA_SCALE
302 self.charge_full / \
311 self.charge_full = self.energy_full / voltage_nominal
335 if self.charge_full > (self.charge_full_design * 1.5):
336 raise error.TestError('Unreasonable charge_full value'
    [all...]
  /device/google/wahoo/
init.hardware.rc 441 chown system system /sys/devices/soc/800f000.qcom,spmi/spmi-0/spmi0-02/800f000.qcom,spmi:qcom,pmi8998@2:qpnp,fg/power_supply/bms/charge_full
442 # HardwareInfo needs to be able to read charge_full
443 chmod 644 /sys/devices/soc/800f000.qcom,spmi/spmi-0/spmi0-02/800f000.qcom,spmi:qcom,pmi8998@2:qpnp,fg/power_supply/bms/charge_full
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 397 self._power_status.battery[0].charge_full

Completed in 1093 milliseconds