Searched refs:mPhoneId (Results 1 - 11 of 11) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioCapability.java112 private int mPhoneId; field in class:RadioCapability
129 mPhoneId = phoneId;
143 return mPhoneId;
203 return "{mPhoneId = " + mPhoneId
H A DGsmCdmaPhone.java210 logd("GsmCdmaPhone: constructor: sub = " + mPhoneId);
234 mIccCardProxy = mTelephonyComponentFactory.makeIccCardProxy(mContext, mCi, mPhoneId);
298 if (mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP) ==
302 tm.setSimOperatorNameForPhone(mPhoneId, operatorAlpha);
308 tm.setSimOperatorNumericForPhone(mPhoneId, operatorNumeric);
333 tm.setSimCountryIsoForPhone(mPhoneId, "");
346 tm.setSimCountryIsoForPhone(mPhoneId, iso);
680 TelephonyManager.setTelephonyProperty(mPhoneId, property, value);
734 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP);
744 r = mUiccController.getIccRecords(mPhoneId, UiccControlle
[all...]
H A DPhone.java113 ImsManager.updateImsServiceConfig(mContext, mPhoneId, false);
255 protected int mPhoneId; field in class:Phone
432 mPhoneId = phoneId;
535 ImsManager.updateImsServiceConfig(mContext, mPhoneId, false);
2822 return mUiccController.getUiccCard(mPhoneId);
2902 return SubscriptionController.getInstance().getSubIdUsingPhoneId(mPhoneId);
2909 return mPhoneId;
3358 pw.println(" mPhoneId=" + mPhoneId);
/frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
H A DImsUceManager.java52 private int mPhoneId; field in class:ImsUceManager
111 mPhoneId = phoneId;
146 IBinder binder = ServiceManager.checkService(getUceServiceName(mPhoneId));
153 IBinder b = ServiceManager.getService(getUceServiceName(mPhoneId));
182 intent.putExtra(EXTRA_PHONE_ID, mPhoneId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java94 private Integer mPhoneId = null; field in class:IccCardProxy
123 mPhoneId = phoneId;
245 log("operator=" + operator + " mPhoneId=" + mPhoneId);
248 mTelephonyManager.setSimOperatorNumericForPhone(mPhoneId, operator);
251 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId,
293 mPhoneId, mIccRecords.getServiceProviderName());
329 UiccCard newCard = mUiccController.getUiccCard(mPhoneId);
356 mTelephonyManager.setSimOperatorNumericForPhone(mPhoneId, "");
357 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId, "");
[all...]
H A DUiccCard.java103 private int mPhoneId; field in class:UiccCard
113 mPhoneId = phoneId;
202 mCatService = CatService.getInstance(mCi, mContext, this, mPhoneId);
644 return mPhoneId;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DTelephonyNetworkFactory.java56 private int mPhoneId; field in class:TelephonyNetworkFactory
82 mPhoneId = phoneId;
87 mPhoneSwitcher.registerForActivePhoneSwitch(mPhoneId, mInternalHandler,
91 mSubscriptionMonitor.registerForSubscriptionChanged(mPhoneId, mInternalHandler,
95 mSubscriptionMonitor.registerForDefaultDataSubscriptionChanged(mPhoneId, mInternalHandler,
177 final boolean newIsActive = mPhoneSwitcher.isPhoneActive(mPhoneId);
192 final int newSubscriptionId = mSubscriptionController.getSubIdUsingPhoneId(mPhoneId);
/frameworks/base/telephony/java/android/telephony/
H A DRadioAccessFamily.java67 private int mPhoneId; field in class:RadioAccessFamily
81 mPhoneId = phoneId;
91 return mPhoneId;
105 String ret = "{ mPhoneId = " + mPhoneId
129 outParcel.writeInt(mPhoneId);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java167 private int mPhoneId; field in class:ImsManager
861 mPhoneId = phoneId;
873 IBinder binder = ServiceManager.checkService(getImsServiceName(mPhoneId));
923 result = mImsService.open(mPhoneId, serviceClass, incomingCallPendingIntent,
958 mImsService.addRegistrationListener(mPhoneId, serviceClass,
1201 IImsConfig config = mImsService.getConfigInterface(mPhoneId);
1332 IBinder binder = ServiceManager.checkService(getImsServiceName(mPhoneId));
1339 IBinder b = ServiceManager.getService(getImsServiceName(mPhoneId));
1394 mImsService.turnOnIms(mPhoneId);
1457 mImsService.turnOffIms(mPhoneId);
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1631 private int mPhoneId; field in class:TelephonyRegistry.LogSSC
1635 mTime = t; mS = s; mSubId = subId; mPhoneId = phoneId; mState = state;
1640 return mS + " Time " + mTime.toString() + " mSubId " + mSubId + " mPhoneId "
1641 + mPhoneId + " mState " + mState;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java215 mPhoneId = mDefaultPhone.getPhoneId();

Completed in 754 milliseconds