Searched refs:chargingPromptState_ (Results 1 – 2 of 2) sorted by relevance
169 if (chargingPromptState_ != LACKPOWER_CHARGING_PROMPT_START) { in LackPowerChargingPromptStart()171 chargingPromptState_ = LACKPOWER_CHARGING_PROMPT_START; in LackPowerChargingPromptStart()177 if (chargingPromptState_ != LACKPOWER_CHARGING_PROMPT_STOP) { in LackPowerChargingPromptStop()179 chargingPromptState_ = LACKPOWER_CHARGING_PROMPT_STOP; in LackPowerChargingPromptStop()
140 enum AnimationState chargingPromptState_ = LACKPOWER_CHARGING_PROMPT_STOP; variable