Searched refs:TelCallStatus (Results 1 – 3 of 3) sorted by relevance
107 enum TelCallStatus { enum
117 int32_t lastCallState_ = (int32_t)TelCallStatus::CALL_STATUS_IDLE;
821 …if (state != TelCallStatus::CALL_STATUS_IDLE && state != TelCallStatus::CALL_STATUS_DISCONNECTED) { in HandleVoiceCallChanged()1108 bool inCall = (lastCallState_ != TelCallStatus::CALL_STATUS_IDLE && in IsRestrictedMode()1109 lastCallState_ != TelCallStatus::CALL_STATUS_DISCONNECTED); in IsRestrictedMode()