Searched refs:autoAnswerState_ (Results 1 – 2 of 2) sorted by relevance
37 …Direction::CALL_DIRECTION_IN), policyFlag_(0), callState_(info.callState), autoAnswerState_(false), in CallBase()53 … autoAnswerState_(false), canUnHoldState_(true), canSwitchCallState_(true), answerVideoState_(0), in CallBase()298 autoAnswerState_ = flag; in SetAutoAnswerState()299 TELEPHONY_LOGI("NeedAutoAnswer:%{public}d", autoAnswerState_); in SetAutoAnswerState()305 return autoAnswerState_; in GetAutoAnswerState()
160 bool autoAnswerState_; variable