Lines Matching refs:TelCallStatus
1304 if (state == TelCallStatus::CALL_STATUS_DIALING || state == TelCallStatus::CALL_STATUS_INCOMING) {
1314 if (state == TelCallStatus::CALL_STATUS_DIALING || state == TelCallStatus::CALL_STATUS_INCOMING) {
1318 if (state == TelCallStatus::CALL_STATUS_DISCONNECTED || state == TelCallStatus::CALL_STATUS_IDLE) {
1334 if (state != TelCallStatus::CALL_STATUS_IDLE && state != TelCallStatus::CALL_STATUS_DISCONNECTED) {
1720 bool inCall = (lastCallState_ != TelCallStatus::CALL_STATUS_IDLE &&
1721 lastCallState_ != TelCallStatus::CALL_STATUS_DISCONNECTED);