Home
last modified time | relevance | path

Searched refs:mPhoneId (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java94 private Integer mPhoneId = null; field in IccCardProxy
123 mPhoneId = phoneId; in IccCardProxy()
245 log("operator=" + operator + " mPhoneId=" + mPhoneId); in handleMessage()
248 mTelephonyManager.setSimOperatorNumericForPhone(mPhoneId, operator); in handleMessage()
251 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId, in handleMessage()
293 mPhoneId, mIccRecords.getServiceProviderName()); in handleMessage()
329 UiccCard newCard = mUiccController.getUiccCard(mPhoneId); in updateIccAvailability()
356 mTelephonyManager.setSimOperatorNumericForPhone(mPhoneId, ""); in resetProperties()
357 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId, ""); in resetProperties()
358 mTelephonyManager.setSimOperatorNameForPhone(mPhoneId, ""); in resetProperties()
[all …]
DUiccCard.java103 private int mPhoneId; field in UiccCard
113 mPhoneId = phoneId; in UiccCard()
202 mCatService = CatService.getInstance(mCi, mContext, this, mPhoneId); in createAndUpdateCatService()
644 return mPhoneId; in getPhoneId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioCapability.java112 private int mPhoneId; field in RadioCapability
129 mPhoneId = phoneId; in RadioCapability()
143 return mPhoneId; in getPhoneId()
203 return "{mPhoneId = " + mPhoneId in toString()
DGsmCdmaPhone.java210 logd("GsmCdmaPhone: constructor: sub = " + mPhoneId); in GsmCdmaPhone()
234 mIccCardProxy = mTelephonyComponentFactory.makeIccCardProxy(mContext, mCi, mPhoneId); in initOnce()
300 if (mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP) == in initRatSpecific()
304 tm.setSimOperatorNameForPhone(mPhoneId, operatorAlpha); in initRatSpecific()
310 tm.setSimOperatorNumericForPhone(mPhoneId, operatorNumeric); in initRatSpecific()
335 tm.setSimCountryIsoForPhone(mPhoneId, ""); in setIsoCountryProperty()
348 tm.setSimCountryIsoForPhone(mPhoneId, iso); in setIsoCountryProperty()
682 TelephonyManager.setTelephonyProperty(mPhoneId, property, value); in setSystemProperty()
736 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getIccSerialNumber()
746 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getFullIccSerialNumber()
[all …]
DTelephonyEventLog.java159 int mPhoneId; field in TelephonyEventLog
164 mPhoneId = phoneId; in TelephonyEventLog()
184 b.putInt(DATA_KEY_PHONE_ID, mPhoneId); in writeEvent()
DPhone.java109 ImsManager.updateImsServiceConfig(mContext, mPhoneId, false);
245 protected int mPhoneId; field in Phone
422 mPhoneId = phoneId; in Phone()
523 ImsManager.updateImsServiceConfig(mContext, mPhoneId, false); in startMonitoringImsService()
2770 return mUiccController.getUiccCard(mPhoneId); in getUiccCard()
2847 return SubscriptionController.getInstance().getSubIdUsingPhoneId(mPhoneId); in getSubId()
2854 return mPhoneId; in getPhoneId()
3259 pw.println(" mPhoneId=" + mPhoneId); in dump()
/frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
DImsUceManager.java52 private int mPhoneId; field in ImsUceManager
111 mPhoneId = phoneId; in ImsUceManager()
146 IBinder binder = ServiceManager.checkService(getUceServiceName(mPhoneId)); in createUceService()
153 IBinder b = ServiceManager.getService(getUceServiceName(mPhoneId)); in createUceService()
182 intent.putExtra(EXTRA_PHONE_ID, mPhoneId); in binderDied()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DTelephonyNetworkFactory.java56 private int mPhoneId; field in TelephonyNetworkFactory
82 mPhoneId = phoneId; in TelephonyNetworkFactory()
87 mPhoneSwitcher.registerForActivePhoneSwitch(mPhoneId, mInternalHandler, in TelephonyNetworkFactory()
91 mSubscriptionMonitor.registerForSubscriptionChanged(mPhoneId, mInternalHandler, in TelephonyNetworkFactory()
95 mSubscriptionMonitor.registerForDefaultDataSubscriptionChanged(mPhoneId, mInternalHandler, in TelephonyNetworkFactory()
177 final boolean newIsActive = mPhoneSwitcher.isPhoneActive(mPhoneId); in onActivePhoneSwitch()
192 final int newSubscriptionId = mSubscriptionController.getSubIdUsingPhoneId(mPhoneId); in onSubIdChange()
/frameworks/base/telephony/java/android/telephony/
DRadioAccessFamily.java59 private int mPhoneId; field in RadioAccessFamily
73 mPhoneId = phoneId; in RadioAccessFamily()
83 return mPhoneId; in getPhoneId()
97 String ret = "{ mPhoneId = " + mPhoneId in toString()
121 outParcel.writeInt(mPhoneId); in writeToParcel()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java165 private int mPhoneId; field in ImsManager
672 mPhoneId = phoneId; in ImsManager()
684 IBinder binder = ServiceManager.checkService(getImsServiceName(mPhoneId)); in isServiceAvailable()
734 result = mImsService.open(mPhoneId, serviceClass, incomingCallPendingIntent, in open()
986 IImsConfig config = mImsService.getConfigInterface(mPhoneId); in getConfigInterface()
1117 IBinder binder = ServiceManager.checkService(getImsServiceName(mPhoneId)); in createImsService()
1124 IBinder b = ServiceManager.getService(getImsServiceName(mPhoneId)); in createImsService()
1179 mImsService.turnOnIms(mPhoneId); in turnOnIms()
1228 mImsService.turnOffIms(mPhoneId); in turnOffIms()
1248 intent.putExtra(EXTRA_PHONE_ID, mPhoneId); in binderDied()
[all …]
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1631 private int mPhoneId; field in TelephonyRegistry.LogSSC
1635 mTime = t; mS = s; mSubId = subId; mPhoneId = phoneId; mState = state; in set()
1641 + mPhoneId + " mState " + mState; in toString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java200 mPhoneId = mDefaultPhone.getPhoneId(); in ImsPhone()