Home | History | Annotate | Download | only in phone

Lines Matching defs:mCM

79     private CallManager mCM;
132 mCM = app.mCM;
182 mCM.registerForDisconnect(this, PHONE_DISCONNECT, null);
183 mCM.registerForDisplayInfo(this, PHONE_STATE_DISPLAYINFO, null);
184 mCM.registerForSignalInfo(this, PHONE_STATE_SIGNALINFO, null);
185 mCM.registerForInCallVoicePrivacyOn(this, PHONE_ENHANCED_VP_ON, null);
186 mCM.registerForInCallVoicePrivacyOff(this, PHONE_ENHANCED_VP_OFF, null);
187 mCM.registerForSuppServiceFailed(this, PHONE_SUPP_SERVICE_FAILED, null);
188 mCM.registerForTtyModeReceived(this, PHONE_TTY_MODE_RECEIVED, null);
273 PhoneUtils.setAudioMode(mCM);
339 int phoneType = mCM.getFgPhone().getPhoneType();
514 if (mCM.getState() == PhoneConstants.State.IDLE) {
746 if (PhoneUtils.isRealIncomingCall(mCM.getFirstActiveRingingCall().getState())) {