HomeSort by relevance Sort by last modified time
    Searched defs:mPhoneId (Results 1 - 9 of 9) 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
PhoneBase.java 234 protected int mPhoneId;
399 mPhoneId = phoneId;
    [all...]
PhoneProxy.java 80 private int mPhoneId = 0;
98 mPhoneId = phone.getPhoneId();
273 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhoneId);
295 mActivePhone = PhoneFactory.getCdmaPhone(mPhoneId);
297 mActivePhone = PhoneFactory.getGsmPhone(mPhoneId);
    [all...]
  /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 77 int mPhoneId = SubscriptionManager.INVALID_PHONE_INDEX;
205 Phone phone = PhoneFactory.getPhone(mPhoneId);
257 mPhoneId = SubscriptionManager.getPhoneId(subId);
415 mNetworkQueryService.startNetworkQuery(mCallback, mPhoneId);
524 Phone phone = PhoneFactory.getPhone(mPhoneId);
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java 150 private int mPhoneId;
432 mPhoneId = phoneId;
444 IBinder binder = ServiceManager.checkService(getImsServiceName(mPhoneId));
490 result = mImsService.open(mPhoneId, serviceClass, incomingCallPendingIntent,
741 IImsConfig config = mImsService.getConfigInterface(mPhoneId);
850 IBinder binder = ServiceManager.checkService(getImsServiceName(mPhoneId));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 101 private int mPhoneId;
111 mPhoneId = phoneId;
200 mCatService = CatService.getInstance(mCi, mContext, this, mPhoneId);
551 return mPhoneId;
IccCardProxy.java 94 private Integer mPhoneId = null;
123 mPhoneId = phoneId;
260 log("operator=" + operator + " mPhoneId=" + mPhoneId);
264 mTelephonyManager.setSimOperatorNumericForPhone(mPhoneId, operator);
267 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId,
309 mPhoneId, mIccRecords.getServiceProviderName());
345 UiccCard newCard = mUiccController.getUiccCard(mPhoneId);
372 mTelephonyManager.setSimOperatorNumericForPhone(mPhoneId, "");
373 mTelephonyManager.setSimCountryIsoForPhone(mPhoneId, "");
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java     [all...]

Completed in 508 milliseconds