Lines Matching refs:mPhone

88     CDMAPhone mPhone;
106 mPhone = phone;
182 (TelephonyManager) mPhone.getContext().getSystemService(Context.TELEPHONY_SERVICE);
184 String operatorIsoContry = tm.getNetworkCountryIsoForPhone(mPhone.getPhoneId());
185 String simIsoContry = tm.getSimCountryIsoForPhone(mPhone.getPhoneId());
197 dialString = convertNumberIfNecessary(mPhone, dialString);
203 PhoneNumberUtils.isLocalEmergencyNumber(mPhone.getContext(), dialString);
222 mPendingMO = new CdmaConnection(mPhone.getContext(), checkForTestEmergencyNumber(dialString),
245 mPhone.exitEmergencyCallbackMode();
246 mPhone.setOnEcbModeExitResponse(this,EVENT_EXIT_ECM_RESPONSE_CDMA, null);
258 mPhone.notifyPreciseCallStateChanged();
276 mPendingMO = new CdmaConnection(mPhone.getContext(),
279 m3WayCallFlashDelay = mPhone.getContext().getResources()
358 mPhone.notifyPreciseCallStateChanged();
372 int serviceState = mPhone.getServiceState().getState();
474 ImsPhone imsPhone = (ImsPhone)mPhone.getImsPhone();
492 mPhone.notifyPhoneStateChanged();
579 mConnections[i] = new CdmaConnection(mPhone.getContext(), dc, this, i);
586 mPhone.notifyHandoverStateChanged(mConnections[i]);
693 mPhone.notifyNewRingingConnection(newRinging);
753 mPhone.notifyUnknownConnection(newUnknown);
757 mPhone.notifyPreciseCallStateChanged();
792 mPhone.notifyPreciseCallStateChanged();
874 mPhone.notifyPreciseCallStateChanged();
936 mPhone.notifyPreciseCallStateChanged();
965 new CdmaConnection(mPhone.getContext(), cw, this, mRingingCall);
978 if (!mPhone.mIsTheCurrentActivePhone) {
1033 mPhone.notifyPreciseCallStateChanged();
1056 mPhone.unsetOnEcbModeExitResponse(this);
1104 mPhone.handleTimerInEmergencyCallbackMode(action);
1117 if (PhoneNumberUtils.isLocalEmergencyNumber(mPhone.getContext(), dialString)) {
1120 mPhone.mDcTracker.setInternalDataEnabled(false);
1137 mPhone.mDcTracker.setInternalDataEnabled(true);
1211 pw.println(" mPhone=" + mPhone);