Searched refs:states2 (Results 1 – 6 of 6) sorted by relevance
1292 mHistoryCur.states2 |= HistoryItem.STATE2_CHARGING_FLAG; in setChargingState()1294 mHistoryCur.states2 &= ~HistoryItem.STATE2_CHARGING_FLAG; in setChargingState()1367 mHistoryCur.states2 |= HistoryItem.STATE2_EXTENSIONS_FLAG; in recordPowerStats()1381 mHistoryCur.states2 |= HistoryItem.STATE2_EXTENSIONS_FLAG; in recordProcessStateChange()1511 mHistoryCur.states2 |= stateFlags; in recordState2StartEvent()1522 mHistoryCur.states2 |= stateFlags; in recordState2StartEvent()1537 mHistoryCur.states2 &= ~stateFlags; in recordState2StopEvent()1551 mHistoryCur.states2 &= ~stateFlags; in recordState2StopEvent()1587 mHistoryCur.states2 = setBitField(mHistoryCur.states2, signalLevel, in recordGpsSignalQualityEvent()1599 mHistoryCur.states2 = setBitField(mHistoryCur.states2, mode, in recordDeviceIdleEvent()[all …]
199 cur.states2 = src.readInt(); in readHistoryDelta()202 + Integer.toHexString(cur.states2)); in readHistoryDelta()258 if ((cur.states2 & BatteryStats.HistoryItem.STATE2_EXTENSIONS_FLAG) != 0) { in readHistoryDelta()
33 return (item.states2 & BatteryStats.HistoryItem.STATE2_FLASHLIGHT_FLAG) != 0 in getBinaryState()
33 return (item.states2 & BatteryStats.HistoryItem.STATE2_VIDEO_ON_FLAG) != 0 in getBinaryState()
121 || (item.states2 in aggregatePowerStats()127 lastStates2 = item.states2 in aggregatePowerStats()
2000 public int states2; field in BatteryStats.HistoryItem2147 dest.writeInt(states2); in writeToParcel()2179 states2 = src.readInt(); in readFromParcel()2222 states2 = 0; in clear()2257 states2 = o.states2; in setToCommon()2294 && states2 == o.states2 in sameNonEvent()7127 printBitDescriptions(item, oldState2, rec.states2, null, in printNextItem()7295 oldState2 = rec.states2; in printNextItem()7297 if ((rec.states2 & HistoryItem.STATE2_CELLULAR_HIGH_TX_POWER_FLAG) != 0) { in printNextItem()7298 rec.states2 &= ~HistoryItem.STATE2_CELLULAR_HIGH_TX_POWER_FLAG; in printNextItem()