HomeSort by relevance Sort by last modified time
    Searched refs:putPhoneIdAndSubIdExtra (Results 1 - 14 of 14) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CellBroadcastHandler.java 92 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
SmsStorageMonitor.java 147 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
WapPushOverSms.java 242 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, phoneId);
283 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, phoneId);
PhoneFactory.java 325 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, phoneId);
InboundSmsHandler.java 775 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
    [all...]
PhoneProxy.java 240 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhoneId);
    [all...]
SubscriptionController.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceCategoryProgramHandler.java 108 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
CDMAPhone.java     [all...]
CdmaServiceStateTracker.java 579 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java 950 public static void putPhoneIdAndSubIdExtra(Intent intent, int phoneId) {
953 putPhoneIdAndSubIdExtra(intent, phoneId, subIds[0]);
955 logd("putPhoneIdAndSubIdExtra: no valid subs");
960 public static void putPhoneIdAndSubIdExtra(Intent intent, int phoneId, long subId) {
961 if (VDBG) logd("putPhoneIdAndSubIdExtra: phoneId=" + phoneId + " subId=" + subId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 494 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mCardIndex);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 646 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
    [all...]

Completed in 70 milliseconds