Lines Matching refs:mCallId
31 private int mCallId = Call.INVALID_CALL_ID;
57 if (mCallId != Call.INVALID_CALL_ID) {
58 CallList.getInstance().removeCallUpdateListener(mCallId, this);
78 if (call.getCallId() != mCallId) {
86 mCallId = call.getCallId();
90 CallList.getInstance().addCallUpdateListener(mCallId, this);
92 Log.d(TAG, "Showing incoming for call id: " + mCallId + " " + this);
111 CallList.getInstance().removeCallUpdateListener(mCallId, this);
115 // mCallId will hold the state of the call. We don't clear the mCall variable here as
117 mCallId = Call.INVALID_CALL_ID;
122 if (mCallId == Call.INVALID_CALL_ID) {
126 Log.d(this, "onAnswer " + mCallId);
128 CallCommandClient.getInstance().answerCall(mCallId);
132 Log.d(this, "onDecline " + mCallId);