HomeSort by relevance Sort by last modified time
    Searched refs:mPhoneId (Results 1 - 15 of 15) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioCapability.java 112 private int mPhoneId;
129 mPhoneId = phoneId;
143 return mPhoneId;
203 return "{mPhoneId = " + mPhoneId
GsmCdmaPhone.java 210 logd("GsmCdmaPhone: constructor: sub = " + mPhoneId);
234 mIccCardProxy = mTelephonyComponentFactory.makeIccCardProxy(mContext, mCi, mPhoneId);
300 if (mUiccController.getUiccCardApplication(mPhoneId, UiccController.APP_FAM_3GPP) ==
304 tm.setSimOperatorNameForPhone(mPhoneId, operatorAlpha);
310 tm.setSimOperatorNumericForPhone(mPhoneId, operatorNumeric);
335 tm.setSimCountryIsoForPhone(mPhoneId, "");
348 tm.setSimCountryIsoForPhone(mPhoneId, iso);
682 TelephonyManager.setTelephonyProperty(mPhoneId, property, value);
736 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP);
746 r = mUiccController.getIccRecords(mPhoneId, UiccController.APP_FAM_3GPP)
    [all...]
TelephonyEventLog.java 159 int mPhoneId;
164 mPhoneId = phoneId;
184 b.putInt(DATA_KEY_PHONE_ID, mPhoneId);
Phone.java 109 ImsManager.updateImsServiceConfig(mContext, mPhoneId, false);
245 protected int mPhoneId;
422 mPhoneId = phoneId;
523 ImsManager.updateImsServiceConfig(mContext, mPhoneId, false);
    [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
ImsUceManager.java 52 private int mPhoneId;
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/uicc/
IccCardProxy.java 94 private Integer mPhoneId = null;
123 mPhoneId = phoneId;
245 log("operator=" + operator + " mPhoneId=" + mPhoneId);
248 mTelephonyManager.setSimOperatorNumericForPhone(mPhoneId, operator);
251 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId,
293 mPhoneId, mIccRecords.getServiceProviderName());
329 UiccCard newCard = mUiccController.getUiccCard(mPhoneId);
356 mTelephonyManager.setSimOperatorNumericForPhone(mPhoneId, "");
357 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId, "");
    [all...]
UiccCard.java 103 private int mPhoneId;
113 mPhoneId = phoneId;
202 mCatService = CatService.getInstance(mCi, mContext, this, mPhoneId);
644 return mPhoneId;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
TelephonyNetworkFactory.java 56 private int mPhoneId;
82 mPhoneId = phoneId;
87 mPhoneSwitcher.registerForActivePhoneSwitch(mPhoneId, mInternalHandler,
91 mSubscriptionMonitor.registerForSubscriptionChanged(mPhoneId, mInternalHandler,
95 mSubscriptionMonitor.registerForDefaultDataSubscriptionChanged(mPhoneId, mInternalHandler,
177 final boolean newIsActive = mPhoneSwitcher.isPhoneActive(mPhoneId);
192 final int newSubscriptionId = mSubscriptionController.getSubIdUsingPhoneId(mPhoneId);
  /frameworks/base/telephony/java/android/telephony/
RadioAccessFamily.java 59 private int mPhoneId;
73 mPhoneId = phoneId;
83 return mPhoneId;
97 String ret = "{ mPhoneId = " + mPhoneId
121 outParcel.writeInt(mPhoneId);
  /packages/services/Telephony/src/com/android/phone/
NetworkSetting.java 79 int mPhoneId = SubscriptionManager.INVALID_PHONE_INDEX;
207 Phone phone = PhoneFactory.getPhone(mPhoneId);
259 mPhoneId = SubscriptionManager.getPhoneId(subId);
395 Phone phone = PhoneFactory.getPhone(mPhoneId);
427 mNetworkQueryService.startNetworkQuery(mCallback, mPhoneId);
536 Phone phone = PhoneFactory.getPhone(mPhoneId);
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java 165 private int mPhoneId;
672 mPhoneId = phoneId;
684 IBinder binder = ServiceManager.checkService(getImsServiceName(mPhoneId));
734 result = mImsService.open(mPhoneId, serviceClass, incomingCallPendingIntent,
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 200 mPhoneId = mDefaultPhone.getPhoneId();
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 114 milliseconds