Searched refs:mIsPowerAvailable (Results 1 – 2 of 2) sorted by relevance
70 if (mIsPowerAvailable) { in loadPersistentStorage()247 if (mIsPowerAvailable) { in addTimeToChargeTimers()322 if (mIsPowerAvailable) { in stateMachine_getNextState()338 if (mIsPowerAvailable) { in stateMachine_getNextState()361 if ((mTimeChargerNotPresentSecs >= timeToClear) && (mIsPowerAvailable == false)) { in stateMachine_getNextState()471 mIsPowerAvailable = isChargePowerAvailable(); in update()
142 bool mIsPowerAvailable = false; variable