Home | History | Annotate | Download | only in mobile

Lines Matching defs:next_state

502                                      PlanActivationState next_state) {
505 post_reconnect_state_ = next_state;
959 PlanActivationState next_state = old_state;
965 next_state = PLAN_ACTIVATION_RECONNECTING_PAYMENT;
969 next_state = PLAN_ACTIVATION_START;
974 next_state = PLAN_ACTIVATION_START_OTASP;
980 next_state = PLAN_ACTIVATION_DONE;
989 ForceReconnect(network, next_state);