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

  /frameworks/opt/telephony/src/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 111 int mCdmaSubscriptionSource = CdmaSubscriptionSourceManager.SUBSCRIPTION_SOURCE_UNKNOWN;
    [all...]
CdmaConnection.java 430 } else if (phone.mCdmaSubscriptionSource ==

Completed in 50 milliseconds