Searched refs:mPendingCall (Results 1 – 1 of 1) sorted by relevance
394 private Call mPendingCall; field in CallsManager5848 if (mPendingCall != null && mPendingCall.getId().equals(callId)) {5849 Log.addEvent(mPendingCall, LogUtils.Events.USER_CONFIRMED);5855 mPendingCallConfirm.complete(mPendingCall);5858 mPendingCall = null;5871 if (mPendingCall != null && mPendingCall.getId().equals(callId)) {5872 Log.addEvent(mPendingCall, LogUtils.Events.USER_CANCELLED);5873 markCallAsDisconnected(mPendingCall, new DisconnectCause(DisconnectCause.CANCELED));5874 markCallAsRemoved(mPendingCall);5875 mPendingCall = null;[all …]