HomeSort by relevance Sort by last modified time
    Searched defs:cdmaSubscription (Results 1 - 2 of 2) 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);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 379 String cdmaSubscription[] = (String[])ar.result;
380 if (cdmaSubscription != null && cdmaSubscription.length >= 5) {
381 mMdn = cdmaSubscription[0];
382 parseSidNid(cdmaSubscription[1], cdmaSubscription[2]);
384 mMin = cdmaSubscription[3];
385 mPrlVersion = cdmaSubscription[4];
395 log("GET_CDMA_SUBSCRIPTION: error parsing cdmaSubscription params num="
396 + cdmaSubscription.length)
    [all...]

Completed in 65 milliseconds