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

1 2

  /frameworks/base/telephony/java/com/android/internal/telephony/
ISub.aidl 133 int getPhoneId(long subId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ProxyController.java 124 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
132 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
140 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
CellBroadcastHandler.java 92 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
PhoneFactory.java 284 int phoneId = SubscriptionController.getInstance().getPhoneId(getDefaultSubscription());
306 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
364 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
437 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
457 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
SmsStorageMonitor.java 147 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
UiccPhoneBookController.java 131 long phoneId = SubscriptionController.getInstance().getPhoneId(subId);
DefaultPhoneNotifier.java 78 int phoneId = sender.getPhoneId();
112 int phoneId = sender.getPhoneId();
PhoneSubInfoController.java 210 long phoneId = SubscriptionManager.getPhoneId(subId);
PhoneProxy.java 89 mPhoneId = phone.getPhoneId();
92 mIccCardProxy = new IccCardProxy(mActivePhone.getContext(), mCommandsInterface, mActivePhone.getPhoneId());
    [all...]
SubscriptionController.java 61 * getPhoneId(DEFAULT_SUB_ID) will return the same as getPhoneId(getDefaultSubId()).
735 int phoneId = getPhoneId(subId);
    [all...]
Phone.java     [all...]
UiccSmsController.java 299 int phoneId = SubscriptionController.getInstance().getPhoneId(subId) ;
WapPushOverSms.java 124 int phoneId = handler.getPhone().getPhoneId();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DctController.java 132 int phoneId = SubscriptionManager.getPhoneId(subId);
145 int phoneId = SubscriptionManager.getPhoneId(subId);
291 int phoneId = SubscriptionManager.getPhoneId(subId);
367 int phoneId = SubscriptionManager.getPhoneId(subId);
417 int phoneId = SubscriptionManager.getPhoneId(subId[0]);
442 int phoneId = mSubController.getPhoneId(subId);
443 int prefPhoneId = mSubController.getPhoneId(mSubController.getDefaultDataSubId());
469 int prefPhoneId = mSubController.getPhoneId(
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccController.java 147 return getUiccCard(SubscriptionController.getInstance().getPhoneId(SubscriptionController.getInstance().getDefaultSubId()));
169 return getUiccCardApplication(SubscriptionController.getInstance().getPhoneId(SubscriptionController.getInstance().getDefaultSubId()), family);
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java 681 public static int getPhoneId(long subId) {
683 logd("[getPhoneId]- fail");
692 result = iSub.getPhoneId(subId);
698 if (VDBG) logd("[getPhoneId]- phoneId=" + result);
791 return getPhoneId(getDefaultVoiceSubId());
834 return getPhoneId(getDefaultSmsSubId());
874 return getPhoneId(getDefaultDataSubId());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceCategoryProgramHandler.java 108 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
CdmaInboundSmsHandler.java 258 editor.putInt(CDMAPhone.VM_COUNT_CDMA + mPhone.getPhoneId(), voicemailCount);
CDMAPhone.java 909 number = sp.getString(VM_NUMBER_CDMA + getPhoneId(), null);
955 voicemailCount = sp.getInt(VM_COUNT_CDMA + getPhoneId(), 0)
    [all...]
CdmaLteServiceStateTracker.java 616 getPhoneId(), UiccController.APP_FAM_3GPP2);
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 75 * compare properly. Because SubscriptionManager.getPhoneId(long subId) handles
342 r.phoneId = SubscriptionManager.getPhoneId(r.subId);
521 int phoneId = SubscriptionManager.getPhoneId(subId);
599 int phoneId = SubscriptionManager.getPhoneId(subId);
661 int phoneId = SubscriptionManager.getPhoneId(subId);
749 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();
960 public int getPhoneId() {
961 return mDefaultPhone.getPhoneId();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 341 + " slotId = " + mPhone.getPhoneId());
342 return mUiccController.getUiccCardApplication(mPhone.getPhoneId(),
GSMPhone.java 941 editor.putString(VM_NUMBER + getPhoneId(), number);
953 number = sp.getString(VM_NUMBER + getPhoneId(), null);
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 385 int phoneId = SubscriptionController.getInstance().getPhoneId(

Completed in 513 milliseconds

1 2