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 612 long mUnpluggedTime;
631 mUnpluggedTime = in.readLong();
668 out.writeLong(mUnpluggedTime);
674 + " old mUnpluggedTime=" + mUnpluggedTime
677 mUnpluggedTime = computeRunTimeLocked(batteryRealtime);
681 + ": new mUnpluggedTime=" + mUnpluggedTime
724 val -= mUnpluggedTime;
757 + " mUnpluggedTime=" + mUnpluggedTime)
    [all...]

Completed in 61 milliseconds