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

  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSubscriptionSourceManager.java 57 private AtomicInteger mCdmaSubscriptionSource = new AtomicInteger(SUBSCRIPTION_FROM_NV);
66 mCdmaSubscriptionSource.set(subscriptionSource);
131 return mCdmaSubscriptionSource.get();
165 if (newSubscriptionSource != mCdmaSubscriptionSource.get()) {
166 log("Subscription Source Changed : " + mCdmaSubscriptionSource + " >> "
168 mCdmaSubscriptionSource.set(newSubscriptionSource);
CDMAPhone.java 105 int mCdmaSubscriptionSource = CdmaSubscriptionSourceManager.SUBSCRIPTION_SOURCE_UNKNOWN;
    [all...]

Completed in 247 milliseconds