Searched refs:states2 (Results 1 – 2 of 2) sorted by relevance
2798 final boolean state2IntChanged = cur.states2 != last.states2; in writeHistoryDelta()2844 dest.writeInt(cur.states2); in writeHistoryDelta()2846 + Integer.toHexString(cur.states2)); in writeHistoryDelta()3095 cur.states2 = src.readInt(); in readHistoryDelta()3097 + Integer.toHexString(cur.states2)); in readHistoryDelta()3164 final int diffStates2 = mHistoryLastWritten.states2^(cur.states2&mActiveHistoryStates2); in addHistoryBufferLocked()3166 final int lastDiffStates2 = mHistoryLastWritten.states2^mHistoryLastLastWritten.states2; in addHistoryBufferLocked()3254 final int curStates2 = cur.states2 & HistoryItem.SETTLE_TO_ZERO_STATES2 in addHistoryBufferLocked()3256 if (mHistoryLastWritten.states2 != curStates2) { in addHistoryBufferLocked()3272 || ((mHistoryLastWritten.states2^cur.states2) in addHistoryBufferLocked()[all …]
1381 public int states2; field in BatteryStats.HistoryItem1518 dest.writeInt(states2); in writeToParcel()1547 states2 = src.readInt(); in readFromParcel()1587 states2 = 0; in clear()1615 states2 = o.states2; in setToCommon()1647 && states2 == o.states2 in sameNonEvent()5470 printBitDescriptions(pw, oldState2, rec.states2, null, in printNextItem()5607 oldState2 = rec.states2; in printNextItem()