Searched defs:mPhoneId (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
H A DImsUceManager.java52 private int mPhoneId; field in class:ImsUceManager
111 mPhoneId = phoneId;
146 IBinder binder = ServiceManager.checkService(getUceServiceName(mPhoneId));
153 IBinder b = ServiceManager.getService(getUceServiceName(mPhoneId));
182 intent.putExtra(EXTRA_PHONE_ID, mPhoneId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioCapability.java112 private int mPhoneId; field in class:RadioCapability
129 mPhoneId = phoneId;
143 return mPhoneId;
203 return "{mPhoneId = " + mPhoneId
H A DRIL.java322 final Integer mPhoneId; field in class:RIL
424 mMetrics.writeOnRilTimeoutResponse(mPhoneId, rr.mSerial, rr.mRequest);
517 mRadioProxy = IRadio.getService(HIDL_SERVICE_NAME[mPhoneId == null ? 0 : mPhoneId]);
564 HIDL_SERVICE_NAME[mPhoneId == null ? 0 : mPhoneId]);
612 mPhoneId = instanceId;
1224 mMetrics.writeRilSendSms(mPhoneId, rr.mSerial, SmsSession.Event.Tech.SMS_GSM,
1246 mMetrics.writeRilSendSms(mPhoneId, rr.mSerial, SmsSession.Event.Tech.SMS_GSM,
1359 mMetrics.writeRilSetupDataCall(mPhoneId, r
[all...]
H A DPhone.java124 ImsManager.updateImsServiceConfig(mContext, mPhoneId, false);
283 protected int mPhoneId; field in class:Phone
465 mPhoneId = phoneId;
2987 return mUiccController.getUiccCard(mPhoneId);
3089 return SubscriptionController.getInstance().getSubIdUsingPhoneId(mPhoneId);
3096 return mPhoneId;
3578 pw.println(" mPhoneId=" + mPhoneId);
/frameworks/base/telephony/java/android/telephony/
H A DRadioAccessFamily.java67 private int mPhoneId; field in class:RadioAccessFamily
81 mPhoneId = phoneId;
91 return mPhoneId;
105 String ret = "{ mPhoneId = " + mPhoneId
129 outParcel.writeInt(mPhoneId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DTelephonyNetworkFactory.java55 private int mPhoneId; field in class:TelephonyNetworkFactory
81 mPhoneId = phoneId;
86 mPhoneSwitcher.registerForActivePhoneSwitch(mPhoneId, mInternalHandler,
90 mSubscriptionMonitor.registerForSubscriptionChanged(mPhoneId, mInternalHandler,
94 mSubscriptionMonitor.registerForDefaultDataSubscriptionChanged(mPhoneId, mInternalHandler,
176 final boolean newIsActive = mPhoneSwitcher.isPhoneActive(mPhoneId);
191 final int newSubscriptionId = mSubscriptionController.getSubIdUsingPhoneId(mPhoneId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java92 private Integer mPhoneId = null; field in class:IccCardProxy
121 mPhoneId = phoneId;
260 log("operator=" + operator + " mPhoneId=" + mPhoneId);
263 mTelephonyManager.setSimOperatorNumericForPhone(mPhoneId, operator);
266 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId,
308 mPhoneId, mIccRecords.getServiceProviderName());
344 UiccCard newCard = mUiccController.getUiccCard(mPhoneId);
369 mTelephonyManager.setSimOperatorNumericForPhone(mPhoneId, "");
370 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId, "");
[all...]
H A DUiccCard.java101 private final int mPhoneId; field in class:UiccCard
106 mPhoneId = phoneId;
193 mCatService = CatService.getInstance(mCi, mContext, this, mPhoneId);
642 return mPhoneId;
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java186 private int mPhoneId; field in class:ImsManager
962 int[] subIds = SubscriptionManager.getSubId(mPhoneId);
1484 mPhoneId = phoneId;
2010 int[] subIds = SubscriptionManager.getSubId(mPhoneId);
2059 int[] subIds = SubscriptionManager.getSubId(mPhoneId);
2153 return new ImsServiceProxyCompat(mPhoneId, binder);
2160 ImsServiceProxy serviceProxy = new ImsServiceProxy(mPhoneId, ImsFeature.MMTEL);
2164 IImsServiceController b = tm.getImsServiceControllerAndListen(mPhoneId,
2171 Rlog.w(TAG, "getServiceProxy: b is null! Phone Id: " + mPhoneId);
2685 pw.println(" mPhoneId
[all...]

Completed in 239 milliseconds