Lines Matching refs:mPhone

82         mPhone.unregisterForSimRecordsLoaded(this);
92 if (!mPhone.mIsTheCurrentActivePhone) {
120 mPhone.prepareEri();
308 if (mPhone.isMccMncMarkedAsNonRoaming(mNewSS.getOperatorNumeric()) ||
309 mPhone.isSidMarkedAsNonRoaming(mNewSS.getSystemId())) {
314 } else if (mPhone.isMccMncMarkedAsRoaming(mNewSS.getOperatorNumeric()) ||
315 mPhone.isSidMarkedAsRoaming(mNewSS.getSystemId())) {
383 (TelephonyManager) mPhone.getContext().getSystemService(Context.TELEPHONY_SERVICE);
429 tm.setDataNetworkTypeForPhone(mPhone.getPhoneId(), mSS.getRilDataRadioTechnology());
439 if (!hasBrandOverride && (mCi.getRadioState().isOn()) && (mPhone.isEriFileLoaded()) &&
441 mPhone.getContext().getResources().getBoolean(com.android.internal.R.
448 eriText = mPhone.getCdmaEriText();
459 eriText = mPhone.getContext()
482 tm.setNetworkOperatorNameForPhone(mPhone.getPhoneId(), mSS.getOperatorAlphaLong());
484 String prevOperatorNumeric = tm.getNetworkOperatorForPhone(mPhone.getPhoneId());
491 tm.setNetworkOperatorNumericForPhone(mPhone.getPhoneId(), operatorNumeric);
493 prevOperatorNumeric, mPhone.getContext());
497 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), "");
511 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), isoCountryCode);
516 if (shouldFixTimeZoneNow(mPhone, operatorNumeric, prevOperatorNumeric,
522 tm.setNetworkRoamingForPhone(mPhone.getPhoneId(),
528 mPhone.notifyServiceStateChanged(mSS);
541 mPhone.notifyDataConnection(null);
561 mPhone.notifyLocationChanged();
668 return mUiccController.getUiccCardApplication(((CDMALTEPhone)mPhone).
689 && (dds == mPhone.getSubId()
690 || (dds != mPhone.getSubId()
698 if (dds != mPhone.getSubId()