Searched refs:mBatteryTimeToFullSeconds (Results 1 – 1 of 1) sorted by relevance
1173 private long mBatteryTimeToFullSeconds = -1; field in BatteryStatsImpl14326 mBatteryTimeToFullSeconds = chargeTimeToFullSeconds;14476 if (mBatteryTimeToFullSeconds >= 0) {14477 return mBatteryTimeToFullSeconds * (1000 * 1000); // s to us15627 mBatteryTimeToFullSeconds = in.readLong();16133 out.writeLong(mBatteryTimeToFullSeconds);16724 mBatteryTimeToFullSeconds = in.readLong();16928 out.writeLong(mBatteryTimeToFullSeconds);