/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() 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 …]
|
D | UiccCard.java | 103 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/ |
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 | GsmCdmaPhone.java | 210 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 …]
|
D | TelephonyEventLog.java | 159 int mPhoneId; field in TelephonyEventLog 164 mPhoneId = phoneId; in TelephonyEventLog() 184 b.putInt(DATA_KEY_PHONE_ID, mPhoneId); in writeEvent()
|
D | Phone.java | 109 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/ |
D | ImsUceManager.java | 52 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/ |
D | TelephonyNetworkFactory.java | 56 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/ |
D | RadioAccessFamily.java | 59 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/ |
D | ImsManager.java | 165 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/ |
D | TelephonyRegistry.java | 1631 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/ |
D | ImsPhone.java | 200 mPhoneId = mDefaultPhone.getPhoneId(); in ImsPhone()
|