Searched defs:mCdmaSubscriptionSource (Results 1 - 2 of 2) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java109 int mCdmaSubscriptionSource = field in class:CDMAPhone
1352 if (newSubscriptionSource != mCdmaSubscriptionSource) {
1353 mCdmaSubscriptionSource = newSubscriptionSource;
1798 pw.println(" mCdmaSubscriptionSource=" + mCdmaSubscriptionSource);
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);

Completed in 74 milliseconds