Home
last modified time | relevance | path

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

/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()
DPhoneProxy.java78 private int mPhoneId = 0; field in PhoneProxy
96 mPhoneId = phone.getPhoneId(); in PhoneProxy()
264 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhoneId); in phoneObjectUpdater()
286 mActivePhone = PhoneFactory.getCdmaPhone(mPhoneId); in deleteAndCreatePhone()
288 mActivePhone = PhoneFactory.getGsmPhone(mPhoneId); in deleteAndCreatePhone()
DPhoneBase.java219 protected int mPhoneId; field in PhoneBase
372 mPhoneId = phoneId; in PhoneBase()
1871 return mUiccController.getUiccCard(mPhoneId); in getUiccCard()
1984 return SubscriptionController.getInstance().getSubIdUsingPhoneId(mPhoneId); in getSubId()
1991 return mPhoneId; in getPhoneId()
2134 pw.println(" mPhoneId=" + mPhoneId); in dump()
DSMSDispatcher.java1712 return SubscriptionController.getInstance().getSubIdUsingPhoneId(mPhone.mPhoneId); in getSubId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java94 private Integer mPhoneId = null; field in IccCardProxy
123 mPhoneId = phoneId; in IccCardProxy()
260 log("operator=" + operator + " mPhoneId=" + mPhoneId); in handleMessage()
264 mTelephonyManager.setSimOperatorNumericForPhone(mPhoneId, operator); in handleMessage()
267 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId, in handleMessage()
309 mPhoneId, mIccRecords.getServiceProviderName()); in handleMessage()
345 UiccCard newCard = mUiccController.getUiccCard(mPhoneId); in updateIccAvailability()
373 mTelephonyManager.setSimOperatorNumericForPhone(mPhoneId, ""); in resetProperties()
374 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId, ""); in resetProperties()
375 mTelephonyManager.setSimOperatorNameForPhone(mPhoneId, ""); in resetProperties()
[all …]
DUiccCard.java97 private int mPhoneId; field in UiccCard
107 mPhoneId = phoneId; in UiccCard()
196 mCatService = CatService.getInstance(mCi, mContext, this, mPhoneId); in createAndUpdateCatService()
538 return mPhoneId; in getPhoneId()
/frameworks/base/telephony/java/android/telephony/
DRadioAccessFamily.java52 private int mPhoneId; field in RadioAccessFamily
66 mPhoneId = phoneId; in RadioAccessFamily()
76 return mPhoneId; in getPhoneId()
90 String ret = "{ mPhoneId = " + mPhoneId in toString()
114 outParcel.writeInt(mPhoneId); in writeToParcel()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java137 private int mPhoneId; field in ImsManager
279 mPhoneId = phoneId; in ImsManager()
321 result = mImsService.open(mPhoneId, serviceClass, incomingCallPendingIntent, in open()
572 IImsConfig config = mImsService.getConfigInterface(mPhoneId); in getConfigInterface()
659 IBinder binder = ServiceManager.checkService(getImsServiceName(mPhoneId)); in createImsService()
666 IBinder b = ServiceManager.getService(getImsServiceName(mPhoneId)); in createImsService()
721 mImsService.turnOnIms(mPhoneId); in turnOnIms()
759 mImsService.turnOffIms(mPhoneId); in turnOffIms()
778 intent.putExtra(EXTRA_PHONE_ID, mPhoneId); in binderDied()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMALTEPhone.java90 Rlog.d(LOG_TAG, "CDMALTEPhone: constructor: sub = " + mPhoneId); in CDMALTEPhone()
195 if (mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP) == null) { in updateCurrentCarrierInProvider()
277 mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_IMS); in onUpdateIccAvailability()
286 newUiccApplication = mUiccController.getUiccCardApplication(mPhoneId, in onUpdateIccAvailability()
371 TelephonyManager.setTelephonyProperty(mPhoneId, property, value); in setSystemProperty()
378 return TelephonyManager.getTelephonyProperty(mPhoneId, property, defValue); in getSystemProperty()
DCDMAPhone.java199 if (mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP) == null) { in init()
203 tm.setSimOperatorNameForPhone(mPhoneId, operatorAlpha); in init()
208 tm.setSimOperatorNumericForPhone(mPhoneId, operatorNumeric); in init()
533 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getIccSerialNumber()
1310 return mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP2); in getUiccCardApplication()
1324 mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP); in onUpdateIccAvailability()
1677 tm.setSimCountryIsoForPhone(mPhoneId, ""); in setIsoCountryProperty()
1690 tm.setSimCountryIsoForPhone(mPhoneId, iso); in setIsoCountryProperty()
1833 mPhoneId, iccRecords.getServiceProviderName()); in setOperatorBrandOverride()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java210 log("GSMPhone: constructor: sub = " + mPhoneId); in GSMPhone()
479 TelephonyManager.setTelephonyProperty(mPhoneId, property, value); in setSystemProperty()
1048 IccRecords r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP2); in getNai()
1129 return TelephonyManager.getTelephonyProperty(mPhoneId, property, defValue); in getSystemProperty()
1620 return mUiccController.getUiccCardApplication(mPhoneId, in getUiccCardApplication()
1631 mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_IMS); in onUpdateIccAvailability()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1511 private int mPhoneId; field in TelephonyRegistry.LogSSC
1515 mTime = t; mS = s; mSubId = subId; mPhoneId = phoneId; mState = state; in set()
1521 + mPhoneId + " mState " + mState; in toString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java164 mPhoneId = mDefaultPhone.getPhoneId(); in ImsPhone()
179 mPhoneId = mDefaultPhone.getPhoneId(); in updateParentPhone()