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

  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 367 int mUnpluggedCount;
376 mUnpluggedCount = in.readInt();
388 out.writeInt(mUnpluggedCount);
392 mUnpluggedCount = mPluggedCount;
424 val -= mUnpluggedCount;
436 + " mUnpluggedCount=" + mUnpluggedCount
449 mLoadedCount = mLastCount = mPluggedCount = mUnpluggedCount = 0;
468 mUnpluggedCount = mPluggedCount = mLoadedCount;
491 long mUnpluggedCount;
    [all...]

Completed in 102 milliseconds