HomeSort by relevance Sort by last modified time
    Searched defs:getPhoneId (Results 1 - 18 of 18) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioCapability.java 142 public int getPhoneId() {
ServiceStateTracker.java 273 mSubscriptionController.setPlmnSpn(mPhoneBase.getPhoneId(), mCurShowPlmn,
    [all...]
SubscriptionController.java 64 * getPhoneId(DEFAULT_SUB_ID) will return the same as getPhoneId(getDefaultSubId()).
299 final int phoneId = getPhoneId(subId);
    [all...]
Phone.java     [all...]
PhoneProxy.java 96 mPhoneId = phone.getPhoneId();
99 mIccCardProxy = new IccCardProxy(mActivePhone.getContext(), mCommandsInterface, mActivePhone.getPhoneId());
    [all...]
PhoneBase.java 98 extraPhoneId != getPhoneId()) {
430 ImsManager imsManager = ImsManager.getInstance(mContext, getPhoneId());
    [all...]
  /frameworks/base/telephony/java/android/telephony/
RadioAccessFamily.java 75 public int getPhoneId() {
SubscriptionManager.java 798 public static int getPhoneId(int subId) {
800 logd("[getPhoneId]- fail");
809 result = iSub.getPhoneId(subId);
815 if (VDBG) logd("[getPhoneId]- phoneId=" + result);
883 return getPhoneId(getDefaultVoiceSubId());
928 return getPhoneId(getDefaultSmsSubId());
968 return getPhoneId(getDefaultDataSubId());
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 333 getPhoneId(), "");
342 tm.setPhoneType(getPhoneId(), PhoneConstants.PHONE_TYPE_CDMA);
346 tm.setSimOperatorNameForPhone(getPhoneId(), operatorAlpha);
353 tm.setSimOperatorNumericForPhone(getPhoneId(), operatorNumeric);
CdmaLteServiceStateTracker.java 429 tm.setDataNetworkTypeForPhone(mPhone.getPhoneId(), mSS.getRilDataRadioTechnology());
437 boolean hasBrandOverride = mUiccController.getUiccCard(getPhoneId()) == null ? false :
438 (mUiccController.getUiccCard(getPhoneId()).getOperatorBrandOverride() != null);
482 tm.setNetworkOperatorNameForPhone(mPhone.getPhoneId(), mSS.getOperatorAlphaLong());
484 String prevOperatorNumeric = tm.getNetworkOperatorForPhone(mPhone.getPhoneId());
491 tm.setNetworkOperatorNumericForPhone(mPhone.getPhoneId(), operatorNumeric);
497 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), "");
511 tm.setNetworkCountryIsoForPhone(mPhone.getPhoneId(), isoCountryCode);
522 tm.setNetworkRoamingForPhone(mPhone.getPhoneId(),
669 getPhoneId(), UiccController.APP_FAM_3GPP2)
    [all...]
CDMAPhone.java 181 tm.setPhoneType(getPhoneId(), PhoneConstants.PHONE_TYPE_CDMA);
192 mCarrierOtaSpNumSchema = tm.getOtaSpNumberSchemaForPhone(getPhoneId(), "");
922 number = sp.getString(VM_NUMBER_CDMA + getPhoneId(), null);
    [all...]
CdmaServiceStateTracker.java 587 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
590 if (!mSubscriptionController.setPlmnSpn(mPhone.getPhoneId(),
777 String brandOverride = mUiccController.getUiccCard(getPhoneId()) != null ?
778 mUiccController.getUiccCard(getPhoneId()).getOperatorBrandOverride() : null;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 537 public int getPhoneId() {
UiccCardApplication.java 859 public int getPhoneId() {
860 return mUiccCard.getPhoneId();
    [all...]
RuimRecords.java 346 mParentApp.getPhoneId(), getServiceProviderName());
820 mParentApp.getPhoneId(), operator);
828 mParentApp.getPhoneId(),
842 int phoneId = mParentApp.getUiccCard().getPhoneId();
    [all...]
SIMRecords.java 250 mTelephonyManager.setSimOperatorNumericForPhone(mParentApp.getPhoneId(), "");
251 mTelephonyManager.setSimOperatorNameForPhone(mParentApp.getPhoneId(), "");
252 mTelephonyManager.setSimCountryIsoForPhone(mParentApp.getPhoneId(), "");
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 164 mPhoneId = mDefaultPhone.getPhoneId();
179 mPhoneId = mDefaultPhone.getPhoneId();
967 public int getPhoneId()
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 660 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
663 if (!mSubscriptionController.setPlmnSpn(mPhone.getPhoneId(),
    [all...]

Completed in 216 milliseconds