Searched refs:mIsPowerAvailable (Results 1 – 2 of 2) sorted by relevance
63 if (mIsPowerAvailable) { in loadPersistentStorage()187 if (mIsPowerAvailable) { in addTimeToChargeTimers()263 if (mIsPowerAvailable) { in stateMachine_getNextState()279 if (mIsPowerAvailable) { in stateMachine_getNextState()302 if ((mTimeChargerNotPresentSecs >= timeToClear) && (mIsPowerAvailable == false)) { in stateMachine_getNextState()398 mIsPowerAvailable = isChargePowerAvailable(); in update()
129 bool mIsPowerAvailable = false; variable