Home
last modified time | relevance | path

Searched refs:mPhoneId (Results 1 – 15 of 15) 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()
DGsmCdmaPhone.java232 logd("GsmCdmaPhone: constructor: sub = " + mPhoneId); in GsmCdmaPhone()
329 tm.setSimOperatorNameForPhone(mPhoneId, operatorAlpha); in initRatSpecific()
335 tm.setSimOperatorNumericForPhone(mPhoneId, operatorNumeric); in initRatSpecific()
359 tm.setSimCountryIsoForPhone(mPhoneId, ""); in setIsoCountryProperty()
372 tm.setSimCountryIsoForPhone(mPhoneId, iso); in setIsoCountryProperty()
728 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getIccSerialNumber()
738 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP); in getFullIccSerialNumber()
1066 && ImsManager.getInstance(mContext, mPhoneId).isNonTtyOrTtyOnVolteEnabled() in dial()
1092 Phone.checkWfcWifiOnlyModeBeforeDial(mImsPhone, mPhoneId, mContext); in dial()
1506 IccRecords r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP2); in getNai()
[all …]
DCarrierInfoManager.java191 public void resetCarrierKeysForImsiEncryption(Context context, int mPhoneId) { in resetCarrierKeysForImsiEncryption() argument
202 resetIntent.putExtra(PhoneConstants.PHONE_KEY, mPhoneId); in resetCarrierKeysForImsiEncryption()
DRIL.java176 final Integer mPhoneId; field in RIL
284 mMetrics.writeOnRilTimeoutResponse(mPhoneId, rr.mSerial, rr.mRequest); in handleMessage()
369 mRadioProxy = IRadio.getService(HIDL_SERVICE_NAME[mPhoneId == null ? 0 : mPhoneId], in getRadioProxy()
415 HIDL_SERVICE_NAME[mPhoneId == null ? 0 : mPhoneId], true); in getOemHookProxy()
457 mPhoneId = instanceId; in RIL()
1079 mMetrics.writeRilSendSms(mPhoneId, rr.mSerial, SmsSession.Event.Tech.SMS_GSM, in sendSMS()
1101 mMetrics.writeRilSendSms(mPhoneId, rr.mSerial, SmsSession.Event.Tech.SMS_GSM, in sendSMSExpectMore()
1198 Phone phone = PhoneFactory.getPhone(mPhoneId); in setupDataCall()
1501 mMetrics.writeRilAnswer(mPhoneId, rr.mSerial); in acceptCall()
1530 mMetrics.writeRilDeactivateDataCall(mPhoneId, rr.mSerial, cid, reason); in deactivateDataCall()
[all …]
DPhone.java125 ImsManager.getInstance(mContext, mPhoneId).updateImsServiceConfig(false);
283 protected int mPhoneId; field in Phone
421 TelephonyManager.setTelephonyProperty(mPhoneId, property, value); in setSystemProperty()
475 mPhoneId = phoneId; in Phone()
3015 return mUiccController.getUiccCard(mPhoneId); in getUiccCard()
3135 return SubscriptionController.getInstance().getSubIdUsingPhoneId(mPhoneId); in getSubId()
3142 return mPhoneId; in getPhoneId()
3424 ImsManager imsManager = ImsManager.getInstance(mContext, mPhoneId); in isImsUseEnabled()
3659 pw.println(" mPhoneId=" + mPhoneId); in dump()
DRadioResponse.java1847 int[] subId = SubscriptionManager.getSubId(mRil.mPhoneId); in responseCellList()
/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/uicc/
DUiccSlot.java64 private int mPhoneId = INVALID_PHONE_ID; field in UiccSlot
85 mPhoneId = phoneId; in update()
115 mUiccCard = new UiccCard(mContext, mCi, ics, mPhoneId, mLock); in update()
145 mPhoneId = INVALID_PHONE_ID; in update()
151 mPhoneId = iss.logicalSlotIndex; in update()
177 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, mPhoneId); in updateCardStateAbsent()
224 return mPhoneId; in getPhoneId()
366 if (mPhoneId != INVALID_PHONE_ID) { in onRadioStateUnavailable()
368 IccCardConstants.INTENT_VALUE_ICC_UNKNOWN, null, mPhoneId); in onRadioStateUnavailable()
DUiccProfile.java111 private final int mPhoneId; field in UiccProfile
174 loglocal("handleMessage: Received " + msg.what + " for phoneId " + mPhoneId);
194 mPhoneId, mIccRecords.getServiceProviderName());
235 mPhoneId = phoneId; in UiccProfile()
323 final int subId = subCon.getSubIdUsingPhoneId(mPhoneId); in handleCarrierNameOverride()
325 loge("subId not valid for Phone " + mPhoneId); in handleCarrierNameOverride()
349 mTelephonyManager.setSimOperatorNameForPhone(mPhoneId, ccName); in handleCarrierNameOverride()
371 log("sim name[" + mPhoneId + "] = " + newCarrierName); in updateCarrierNameForSubscription()
404 mTelephonyManager.setSimOperatorNumericForPhone(mPhoneId, ""); in resetProperties()
405 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId, ""); in resetProperties()
[all …]
DUiccCard.java58 private final int mPhoneId; field in UiccCard
63 mPhoneId = phoneId; in UiccCard()
89 mContext, mCi, ics, mPhoneId, this, mLock); in update()
349 return mPhoneId; in getPhoneId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DTelephonyNetworkFactory.java55 private int mPhoneId; field in TelephonyNetworkFactory
81 mPhoneId = phoneId; in TelephonyNetworkFactory()
86 mPhoneSwitcher.registerForActivePhoneSwitch(mPhoneId, mInternalHandler, in TelephonyNetworkFactory()
90 mSubscriptionMonitor.registerForSubscriptionChanged(mPhoneId, mInternalHandler, in TelephonyNetworkFactory()
94 mSubscriptionMonitor.registerForDefaultDataSubscriptionChanged(mPhoneId, mInternalHandler, in TelephonyNetworkFactory()
176 final boolean newIsActive = mPhoneSwitcher.isPhoneActive(mPhoneId); in onActivePhoneSwitch()
191 final int newSubscriptionId = mSubscriptionController.getSubIdUsingPhoneId(mPhoneId); in onSubIdChange()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsManagerTest.java72 private int mPhoneId; field in ImsManagerTest
77 mPhoneId = mPhone.getPhoneId(); in setUp()
80 doReturn(mSubId).when(mSubscriptionController).getSubId(mPhoneId); in setUp()
87 mImsManagerInstances.remove(mPhoneId); in setUp()
120 ImsManager imsManager = ImsManager.getInstance(mContext, mPhoneId); in testGetDefaultValues()
156 ImsManager imsManager = ImsManager.getInstance(mContext, mPhoneId); in testSetValues()
385 ImsManager imsManager = ImsManager.getInstance(mContext, mPhoneId); in initializeProvisionedValues()
/frameworks/base/telephony/java/android/telephony/
DRadioAccessFamily.java67 private int mPhoneId; field in RadioAccessFamily
81 mPhoneId = phoneId; in RadioAccessFamily()
91 return mPhoneId; in getPhoneId()
105 String ret = "{ mPhoneId = " + mPhoneId in toString()
129 outParcel.writeInt(mPhoneId); in writeToParcel()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java254 private final int mPhoneId; field in ImsManager.Connector
274 mPhoneId = phoneId; in Connector()
281 mPhoneId = phoneId; in Connector()
328 mImsManager = ImsManager.getInstance(mContext, mPhoneId); in getImsService()
367 private int mPhoneId; field in ImsManager
564 PROPERTY_DBG_VOLTE_AVAIL_OVERRIDE + Integer.toString(mPhoneId), in isVolteEnabledByPlatform()
703 Integer.toString(mPhoneId), SYSTEM_PROPERTY_NOT_SET) == 1 || in isVtEnabledByPlatform()
811 Integer.toString(mPhoneId), SYSTEM_PROPERTY_NOT_SET) == 1 || in isTurnOffImsAllowedByPlatform()
1067 int[] subIds = SubscriptionManager.getSubId(mPhoneId); in getSubId()
1185 Integer.toString(mPhoneId), SYSTEM_PROPERTY_NOT_SET) == 1 || in isWfcEnabledByPlatform()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java266 mPhoneId = mDefaultPhone.getPhoneId(); in ImsPhone()
1683 if (ImsManager.getInstance(mContext, mPhoneId).isWfcEnabledByUser()) { in processDisconnectReason()
1812 ImsManager imsManager = ImsManager.getInstance(mContext, mPhoneId); in updateRoamingState()
1849 Rlog.i(LOG_TAG, "[" + mPhoneId + "] " + s); in logi()
1853 Rlog.v(LOG_TAG, "[" + mPhoneId + "] " + s); in logv()
1857 Rlog.d(LOG_TAG, "[" + mPhoneId + "] " + s); in logd()
1861 Rlog.e(LOG_TAG, "[" + mPhoneId + "] " + s); in loge()