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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSubscriptionSourceManager.java 59 private AtomicInteger mCdmaSubscriptionSource = new AtomicInteger(SUBSCRIPTION_FROM_NV);
69 mCdmaSubscriptionSource.set(subscriptionSource);
154 log("getcdmasubscriptionSource: " + mCdmaSubscriptionSource.get());
155 return mCdmaSubscriptionSource.get();
190 if (newSubscriptionSource != mCdmaSubscriptionSource.get()) {
191 log("Subscription Source Changed : " + mCdmaSubscriptionSource + " >> "
193 mCdmaSubscriptionSource.set(newSubscriptionSource);
CDMALTEPhone.java 407 if (mCdmaSubscriptionSource == CDMA_SUBSCRIPTION_NV) {
409 } else if (mCdmaSubscriptionSource == CDMA_SUBSCRIPTION_RUIM_SIM) {
423 + " mCdmaSubscriptionSource = " + mCdmaSubscriptionSource + " mIccRecords = "
427 Rlog.d(LOG_TAG, "getOperatorNumeric: mCdmaSubscriptionSource = " + mCdmaSubscriptionSource
CDMAPhone.java 109 int mCdmaSubscriptionSource =
    [all...]
CdmaConnection.java 392 } else if (phone.mCdmaSubscriptionSource ==

Completed in 623 milliseconds