Searched refs:mCdmaSubscriptionSource (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSubscriptionSourceManager.java59 private AtomicInteger mCdmaSubscriptionSource = new AtomicInteger(SUBSCRIPTION_FROM_NV); field in class:CdmaSubscriptionSourceManager
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);
H A DCDMALTEPhone.java407 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
H A DCDMAPhone.java109 int mCdmaSubscriptionSource = field in class:CDMAPhone
1382 if (newSubscriptionSource != mCdmaSubscriptionSource) {
1383 mCdmaSubscriptionSource = newSubscriptionSource;
1828 pw.println(" mCdmaSubscriptionSource=" + mCdmaSubscriptionSource);
H A DCdmaConnection.java392 } else if (phone.mCdmaSubscriptionSource ==

Completed in 145 milliseconds