Searched refs:autoAnswerState_ (Results 1 – 2 of 2) sorted by relevance
36 …Direction::CALL_DIRECTION_IN), policyFlag_(0), callState_(info.callState), autoAnswerState_(false), in CallBase()50 … autoAnswerState_(false), canUnHoldState_(true), canSwitchCallState_(true), answerVideoState_(0), in CallBase()279 autoAnswerState_ = flag; in SetAutoAnswerState()280 TELEPHONY_LOGI("NeedAutoAnswer:%{public}d", autoAnswerState_); in SetAutoAnswerState()286 return autoAnswerState_; in GetAutoAnswerState()
150 bool autoAnswerState_; variable