Searched refs:mPendingCall (Results 1 – 1 of 1) sorted by relevance
278 private Call mPendingCall; field in CallsManager4445 if (mPendingCall != null && mPendingCall.getId().equals(callId)) {4446 Log.addEvent(mPendingCall, LogUtils.Events.USER_CONFIRMED);4452 mPendingCallConfirm.complete(mPendingCall);4454 mPendingCall = null;4467 if (mPendingCall != null && mPendingCall.getId().equals(callId)) {4468 Log.addEvent(mPendingCall, LogUtils.Events.USER_CANCELLED);4469 markCallAsDisconnected(mPendingCall, new DisconnectCause(DisconnectCause.CANCELED));4470 markCallAsRemoved(mPendingCall);4471 mPendingCall = null;[all …]