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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSubscriptionSourceManager.java58 private AtomicInteger mCdmaSubscriptionSource = field in class:CdmaSubscriptionSourceManager
68 mCdmaSubscriptionSource.set(subscriptionSource);
153 log("getcdmasubscriptionSource: " + mCdmaSubscriptionSource.get());
154 return mCdmaSubscriptionSource.get();
189 if (newSubscriptionSource != mCdmaSubscriptionSource.get()) {
190 log("Subscription Source Changed : " + mCdmaSubscriptionSource + " >> "
192 mCdmaSubscriptionSource.set(newSubscriptionSource);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java135 public int mCdmaSubscriptionSource = CdmaSubscriptionSourceManager.SUBSCRIPTION_SOURCE_UNKNOWN; field in class:GsmCdmaPhone
308 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource();
2195 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource();
2392 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource();
3460 pw.println(" mCdmaSubscriptionSource=" + mCdmaSubscriptionSource);
3516 if (mCdmaSubscriptionSource == CDMA_SUBSCRIPTION_NV) {
3518 } else if (mCdmaSubscriptionSource == CDMA_SUBSCRIPTION_RUIM_SIM) {
3540 + " mCdmaSubscriptionSource = " + mCdmaSubscriptionSource
[all...]
H A DGsmCdmaConnection.java544 if (phone.mCdmaSubscriptionSource ==

Completed in 224 milliseconds