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

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneFactory.java 109 // Get cdmaSubscription
113 int cdmaSubscription;
117 cdmaSubscription = RILConstants.SUBSCRIPTION_FROM_NV;
121 cdmaSubscription = RILConstants.SUBSCRIPTION_FROM_RUIM;
126 //Get cdmaSubscription mode from Settings.System
127 cdmaSubscription = Settings.Secure.getInt(context.getContentResolver(),
133 Log.i(LOG_TAG, "Cdma Subscription set to " + cdmaSubscription);
136 sCommandsInterface = new RIL(context, networkMode, cdmaSubscription);
RIL.java 604 public RIL(Context context, int preferredNetworkType, int cdmaSubscription) {
608 " cdmaSubscription=" + cdmaSubscription + ")");
610 mCdmaSubscription = cdmaSubscription;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 373 String cdmaSubscription[] = (String[])ar.result;
374 if (cdmaSubscription != null && cdmaSubscription.length >= 5) {
375 mMdn = cdmaSubscription[0];
376 parseSidNid(cdmaSubscription[1], cdmaSubscription[2]);
378 mMin = cdmaSubscription[3];
379 mPrlVersion = cdmaSubscription[4];
389 log("GET_CDMA_SUBSCRIPTION: error parsing cdmaSubscription params num="
390 + cdmaSubscription.length)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipCommandInterface.java 358 public void setCdmaSubscriptionSource(int cdmaSubscription , Message response) {

Completed in 431 milliseconds