/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioCapability.java | 112 private int mPhoneId; field in RadioCapability 129 mPhoneId = phoneId; in RadioCapability() 143 return mPhoneId; in getPhoneId() 203 return "{mPhoneId = " + mPhoneId in toString()
|
D | PhoneProxy.java | 78 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()
|
D | PhoneBase.java | 219 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()
|
D | SMSDispatcher.java | 1712 return SubscriptionController.getInstance().getSubIdUsingPhoneId(mPhone.mPhoneId); in getSubId()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccCardProxy.java | 94 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 …]
|
D | UiccCard.java | 97 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/ |
D | RadioAccessFamily.java | 52 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/ |
D | ImsManager.java | 137 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/ |
D | CDMALTEPhone.java | 90 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()
|
D | CDMAPhone.java | 199 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/ |
D | GSMPhone.java | 210 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/ |
D | TelephonyRegistry.java | 1511 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/ |
D | ImsPhone.java | 164 mPhoneId = mDefaultPhone.getPhoneId(); in ImsPhone() 179 mPhoneId = mDefaultPhone.getPhoneId(); in updateParentPhone()
|