HomeSort by relevance Sort by last modified time
    Searched refs:getPhoneId (Results 1 - 25 of 54) sorted by null

1 2 3

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioCapability.java 142 public int getPhoneId() {
ProxyController.java 181 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
189 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
197 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
266 int phoneId = rafs[i].getPhoneId();
333 int id = rc.getPhoneId();
385 int id = rc.getPhoneId();
414 int id = rc.getPhoneId();
CellBroadcastHandler.java 94 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
SmsStorageMonitor.java 147 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
PhoneSubInfoController.java 47 return getDeviceIdForPhone(SubscriptionManager.getPhoneId(getDefaultSubscription()));
224 int phoneId = SubscriptionManager.getPhoneId(subId);
UiccPhoneBookController.java 139 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
ServiceStateTracker.java 273 mSubscriptionController.setPlmnSpn(mPhoneBase.getPhoneId(), mCurShowPlmn,
    [all...]
DefaultPhoneNotifier.java 78 int phoneId = sender.getPhoneId();
112 int phoneId = sender.getPhoneId();
  /frameworks/base/telephony/java/com/android/internal/telephony/
ISub.aidl 146 int getPhoneId(int subId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
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...]
CDMALTEPhone.java 333 getPhoneId(), "");
342 tm.setPhoneType(getPhoneId(), PhoneConstants.PHONE_TYPE_CDMA);
346 tm.setSimOperatorNameForPhone(getPhoneId(), operatorAlpha);
353 tm.setSimOperatorNumericForPhone(getPhoneId(), operatorNumeric);
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...]
CdmaServiceCategoryProgramHandler.java 108 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
  /packages/services/Telephony/src/com/android/phone/
SubscriptionInfoHelper.java 96 ? PhoneFactory.getPhone(SubscriptionManager.getPhoneId(mSubId))
NetworkQueryService.java 170 SubscriptionManager.getPhoneId(SubscriptionManager.getDefaultSubId()));
  /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...]
GsmCellBroadcastHandler.java 112 mPhone.getPhoneId());
GsmInboundSmsHandler.java 147 mPhone.getPhoneId(), UiccController.APP_FAM_3GPP);
GSMPhone.java 216 TelephonyManager.from(mContext).setPhoneType(getPhoneId(), PhoneConstants.PHONE_TYPE_GSM);
948 editor.putString(VM_NUMBER + getPhoneId(), number);
    [all...]
  /frameworks/base/telephony/java/android/telephony/
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...]
RadioAccessFamily.java 75 public int getPhoneId() {
TelephonyManager.java 856 int phoneId = SubscriptionManager.getPhoneId(subId);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SIMRecords.java 250 mTelephonyManager.setSimOperatorNumericForPhone(mParentApp.getPhoneId(), "");
251 mTelephonyManager.setSimOperatorNameForPhone(mParentApp.getPhoneId(), "");
252 mTelephonyManager.setSimCountryIsoForPhone(mParentApp.getPhoneId(), "");
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 74 * compare properly. Because SubscriptionManager.getPhoneId(int subId) handles
255 SubscriptionManager.getPhoneId(mDefaultSubId));
488 r.phoneId = SubscriptionManager.getPhoneId(r.subId);
670 int phoneId = SubscriptionManager.getPhoneId(subId);
748 int phoneId = SubscriptionManager.getPhoneId(subId);
    [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...]

Completed in 744 milliseconds

1 2 3