Searched defs:getPhoneId (Results 1 - 12 of 12) 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.java83 log("Rebinding if necessary for phoneId: " + binding.getPhoneId());
137 public int getPhoneId() { method in class:CarrierServiceBindHelper.AppBinding
H A DSubscriptionController.java65 * getPhoneId(DEFAULT_SUB_ID) will return the same as getPhoneId(getDefaultSubId()).
317 final int phoneId = getPhoneId(subId);
1009 int phoneId = getPhoneId(subId);
1193 public int getPhoneId(int subId) { method in class:SubscriptionController
1194 if (VDBG) printStackTrace("[getPhoneId] subId=" + subId);
1199 if (DBG) logdl("[getPhoneId] asked for default subId=" + subId);
1204 logdl("[getPhoneId]- invalid subId return="
1213 if (DBG) logdl("[getPhoneId]- no sims, returning default phoneId=" + phoneId);
1223 if (VDBG) logdl("[getPhoneId]
[all...]
H A DServiceStateTracker.java316 mSubscriptionController.setPlmnSpn(mPhone.getPhoneId(), mCurShowPlmn,
1389 getSimOperatorNumericForPhone(mPhone.getPhoneId());
1901 String brandOverride = mUiccController.getUiccCard(getPhoneId()) != null ?
1902 mUiccController.getUiccCard(getPhoneId()).getOperatorBrandOverride() : null;
1932 String brandOverride = mUiccController.getUiccCard(getPhoneId()) != null ?
1933 mUiccController.getUiccCard(getPhoneId()).getOperatorBrandOverride() : null;
2214 int[] subIds = SubscriptionManager.getSubId(mPhone.getPhoneId());
2238 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
2241 if (!mSubscriptionController.setPlmnSpn(mPhone.getPhoneId(),
2261 int[] subIds = SubscriptionManager.getSubId(mPhone.getPhoneId());
4912 protected int getPhoneId() { method in class:ServiceStateTracker
[all...]
H A DPhone.java102 extraPhoneId != getPhoneId()) {
529 ImsManager imsManager = ImsManager.getInstance(mContext, getPhoneId());
1294 editor.putInt(CLIR_KEY + getPhoneId(), commandInterfaceCLIRMode);
2886 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.java882 public static int getPhoneId(int subId) { method in class:SubscriptionManager
885 logd("[getPhoneId]- fail");
895 result = iSub.getPhoneId(subId);
901 if (VDBG) logd("[getPhoneId]- phoneId=" + result);
985 return getPhoneId(getDefaultVoiceSubscriptionId());
1038 return getPhoneId(getDefaultSmsSubscriptionId());
1091 return getPhoneId(getDefaultDataSubscriptionId());
1222 final int phoneId = getPhoneId(subId);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DSubscriptionControllerMock.java205 public int getPhoneId(int subId) { method in class:SubscriptionControllerMock
H A DPhoneMock.java887 public int getPhoneId() { method in class:PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java643 public int getPhoneId() { method in class:UiccCard
H A DUiccCardApplication.java859 public int getPhoneId() { method in class:UiccCardApplication
860 return mUiccCard.getPhoneId();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java215 mPhoneId = mDefaultPhone.getPhoneId();
1098 public int getPhoneId() { method in class:ImsPhone
1099 return mDefaultPhone.getPhoneId();
1310 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, getPhoneId());

Completed in 514 milliseconds