HomeSort by relevance Sort by last modified time
    Searched full:munpluggedtime (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 516 long mUnpluggedTime;
536 mUnpluggedTime = in.readLong();
573 out.writeLong(mUnpluggedTime);
579 + " old mUnpluggedTime=" + mUnpluggedTime
582 mUnpluggedTime = computeRunTimeLocked(batteryRealtime);
586 + ": new mUnpluggedTime=" + mUnpluggedTime
629 val -= mUnpluggedTime;
662 + " mUnpluggedTime=" + mUnpluggedTime)
    [all...]

Completed in 66 milliseconds