Searched refs:dialingState (Results 1 – 1 of 1) sorted by relevance
177 auto dialingState = std::make_shared<DialingState>(); variable178 dialingState->ProcessEvent(AudioEvent::NO_MORE_DIALING_CALL);179 dialingState->ProcessEvent(AudioEvent::NEW_ACTIVE_CS_CALL);180 dialingState->ProcessEvent(AudioEvent::NEW_ACTIVE_IMS_CALL);181 dialingState->ProcessEvent(AudioEvent::NEW_ALERTING_CALL);182 ASSERT_FALSE(dialingState->ProcessEvent(AudioEvent::UNKNOWN_EVENT));