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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSubscriptionSourceManager.java55 private AtomicInteger mCdmaSubscriptionSource = new AtomicInteger(SUBSCRIPTION_FROM_NV); field in class:CdmaSubscriptionSourceManager
64 mCdmaSubscriptionSource.set(subscriptionSource);
129 return mCdmaSubscriptionSource.get();
163 if (newSubscriptionSource != mCdmaSubscriptionSource.get()) {
164 log("Subscription Source Changed : " + mCdmaSubscriptionSource + " >> "
166 mCdmaSubscriptionSource.set(newSubscriptionSource);
H A DCDMAPhone.java106 int mCdmaSubscriptionSource = CdmaSubscriptionSourceManager.SUBSCRIPTION_SOURCE_UNKNOWN; field in class:CDMAPhone
1234 if (newSubscriptionSource != mCdmaSubscriptionSource) {
1235 mCdmaSubscriptionSource = newSubscriptionSource;
1654 pw.println(" mCdmaSubscriptionSource=" + mCdmaSubscriptionSource);

Completed in 61 milliseconds