Searched refs:states2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1967 final boolean state2IntChanged = cur.states2 != last.states2;
2008 dest.writeInt(cur.states2);
2009 if (DEBUG) Slog.i(TAG, "WRITE DELTA: states2=0x"
2010 + Integer.toHexString(cur.states2));
2135 cur.states2 = src.readInt();
2136 if (DEBUG) Slog.i(TAG, "READ DELTA: states2=0x"
2137 + Integer.toHexString(cur.states2));
2193 final int diffStates2 = mHistoryLastWritten.states2^cur.states2;
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java667 public int states2; field in class:BatteryStats.HistoryItem
764 dest.writeInt(states2);
792 states2 = src.readInt();
831 states2 = 0;
858 states2 = o.states2;
889 && states2 == o.states2
3597 printBitDescriptions(pw, oldState2, rec.states2, null,
3640 oldState2 = rec.states2;
[all...]

Completed in 30 milliseconds