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.java124 public int mCdmaSubscriptionSource = CdmaSubscriptionSourceManager.SUBSCRIPTION_SOURCE_UNKNOWN; field in class:GsmCdmaPhone
289 mCdmaSubscriptionSource = CdmaSubscriptionSourceManager.SUBSCRIPTION_SOURCE_UNKNOWN;
2092 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource();
2285 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource();
3315 pw.println(" mCdmaSubscriptionSource=" + mCdmaSubscriptionSource);
3383 if (mCdmaSubscriptionSource == CDMA_SUBSCRIPTION_NV) {
3385 } else if (mCdmaSubscriptionSource == CDMA_SUBSCRIPTION_RUIM_SIM) {
3399 + " mCdmaSubscriptionSource = " + mCdmaSubscriptionSource
[all...]
H A DGsmCdmaConnection.java525 if (phone.mCdmaSubscriptionSource ==

Completed in 78 milliseconds