Searched defs:getPhoneId (Results 1 - 15 of 15) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioCapability.java142 public int getPhoneId() { method in class:RadioCapability
H A DCarrierServiceBindHelper.java92 log("Rebinding if necessary for phoneId: " + binding.getPhoneId());
151 public int getPhoneId() { method in class:CarrierServiceBindHelper.AppBinding
H A DSubscriptionController.java77 * getPhoneId(DEFAULT_SUB_ID) will return the same as getPhoneId(getDefaultSubId()).
339 final int phoneId = getPhoneId(subId);
1300 int phoneId = getPhoneId(subId);
1496 public int getPhoneId(int subId) { method in class:SubscriptionController
1497 if (VDBG) printStackTrace("[getPhoneId] subId=" + subId);
1502 if (DBG) logdl("[getPhoneId] asked for default subId=" + subId);
1507 logdl("[getPhoneId]- invalid subId return="
1516 if (DBG) logdl("[getPhoneId]- no sims, returning default phoneId=" + phoneId);
1526 if (VDBG) logdl("[getPhoneId]
[all...]
H A DServiceStateTracker.java304 mSubscriptionController.setPlmnSpn(mPhone.getPhoneId(), mCurShowPlmn,
1530 getSimOperatorNumericForPhone(mPhone.getPhoneId());
1956 String brandOverride = mUiccController.getUiccCard(getPhoneId()) != null
1957 ? mUiccController.getUiccCard(getPhoneId())
1988 String brandOverride = mUiccController.getUiccCard(getPhoneId()) != null
1989 ? mUiccController.getUiccCard(getPhoneId())
2364 int[] subIds = SubscriptionManager.getSubId(mPhone.getPhoneId());
2387 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
2390 if (!mSubscriptionController.setPlmnSpn(mPhone.getPhoneId(),
2410 int[] subIds = SubscriptionManager.getSubId(mPhone.getPhoneId());
4630 protected int getPhoneId() { method in class:ServiceStateTracker
[all...]
H A DPhone.java116 extraPhoneId != getPhoneId()) {
569 ImsManager imsManager = ImsManager.getInstance(mContext, getPhoneId());
1380 editor.putInt(CLIR_KEY + getPhoneId(), commandInterfaceCLIRMode);
1381 Rlog.i(LOG_TAG, "saveClirSetting: " + CLIR_KEY + getPhoneId() + "=" +
3141 public int getPhoneId() { method in class:Phone
/frameworks/base/telephony/java/android/telephony/
H A DRadioAccessFamily.java90 public int getPhoneId() { method in class:RadioAccessFamily
H A DSubscriptionManager.java1211 public static int getPhoneId(int subId) { method in class:SubscriptionManager
1214 logd("[getPhoneId]- fail");
1224 result = iSub.getPhoneId(subId);
1230 if (VDBG) logd("[getPhoneId]- phoneId=" + result);
1314 return getPhoneId(getDefaultVoiceSubscriptionId());
1367 return getPhoneId(getDefaultSmsSubscriptionId());
1420 return getPhoneId(getDefaultDataSubscriptionId());
1552 final int phoneId = getPhoneId(subId);
H A DTelephonyManager.java1537 phoneId = SubscriptionManager.getPhoneId(subId);
1585 return getPhoneTypeFromProperty(getPhoneId());
1599 return getPhoneTypeFromNetworkType(getPhoneId());
1770 int phoneId = SubscriptionManager.getPhoneId(subId);
1782 return getNetworkOperatorForPhone(getPhoneId());
1797 int phoneId = SubscriptionManager.getPhoneId(subId);
1875 int phoneId = SubscriptionManager.getPhoneId(subId);
1889 return getNetworkCountryIsoForPhone(getPhoneId());
1903 return getNetworkCountryIsoForPhone(getPhoneId(subId));
2612 int phoneId = SubscriptionManager.getPhoneId(subI
4911 private int getPhoneId() { method in class:TelephonyManager
4925 private int getPhoneId(int preferredSubId) { method in class:TelephonyManager
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccSlot.java223 public int getPhoneId() { method in class:UiccSlot
H A DUiccCard.java348 public int getPhoneId() { method in class:UiccCard
H A DUiccCardApplication.java877 public int getPhoneId() { method in class:UiccCardApplication
878 return mUiccProfile.getPhoneId();
H A DUiccProfile.java1397 public int getPhoneId() { method in class:UiccProfile
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DSubscriptionControllerMock.java204 public int getPhoneId(int subId) { method in class:SubscriptionControllerMock
H A DPhoneMock.java890 public int getPhoneId() { method in class:PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java266 mPhoneId = mDefaultPhone.getPhoneId();
1277 public int getPhoneId() { method in class:ImsPhone
1278 return mDefaultPhone.getPhoneId();
1488 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, getPhoneId());

Completed in 2482 milliseconds