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 55 private AtomicInteger mCdmaSubscriptionSource = new AtomicInteger(SUBSCRIPTION_FROM_NV);
64 mCdmaSubscriptionSource.set(subscriptionSource);
129 return mCdmaSubscriptionSource.get();
163 if (newSubscriptionSource != mCdmaSubscriptionSource.get()) {
164 log("Subscription Source Changed : " + mCdmaSubscriptionSource + " >> "
166 mCdmaSubscriptionSource.set(newSubscriptionSource);
CDMAPhone.java 104 int mCdmaSubscriptionSource = CdmaSubscriptionSourceManager.SUBSCRIPTION_SOURCE_UNKNOWN;
    [all...]
CdmaConnection.java 424 } else if (phone.mCdmaSubscriptionSource ==

Completed in 31 milliseconds