HomeSort by relevance Sort by last modified time
    Searched defs:mCdmaSubscriptionSource (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSubscriptionSourceManager.java 59 private AtomicInteger mCdmaSubscriptionSource = new AtomicInteger(SUBSCRIPTION_FROM_NV);
68 mCdmaSubscriptionSource.set(subscriptionSource);
153 return mCdmaSubscriptionSource.get();
187 if (newSubscriptionSource != mCdmaSubscriptionSource.get()) {
188 log("Subscription Source Changed : " + mCdmaSubscriptionSource + " >> "
190 mCdmaSubscriptionSource.set(newSubscriptionSource);
CDMAPhone.java 110 int mCdmaSubscriptionSource =
    [all...]

Completed in 120 milliseconds