Home
last modified time | relevance | path

Searched refs:mCdmaSubscriptionSource (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaSubscriptionSourceManager.java61 private AtomicInteger mCdmaSubscriptionSource = field in CdmaSubscriptionSourceManager
71 mCdmaSubscriptionSource.set(subscriptionSource); in CdmaSubscriptionSourceManager()
158 log("getcdmasubscriptionSource: " + mCdmaSubscriptionSource.get()); in getCdmaSubscriptionSource()
159 return mCdmaSubscriptionSource.get(); in getCdmaSubscriptionSource()
194 if (newSubscriptionSource != mCdmaSubscriptionSource.get()) { in handleGetCdmaSubscriptionSource()
195 log("Subscription Source Changed : " + mCdmaSubscriptionSource + " >> " in handleGetCdmaSubscriptionSource()
197 mCdmaSubscriptionSource.set(newSubscriptionSource); in handleGetCdmaSubscriptionSource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java189 public int mCdmaSubscriptionSource = CdmaSubscriptionSourceManager.SUBSCRIPTION_SOURCE_UNKNOWN; field in GsmCdmaPhone
598 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in initRatSpecific()
3225 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleRadioOn()
3401 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleMessage()
4744 pw.println(" mCdmaSubscriptionSource=" + mCdmaSubscriptionSource); in dump()
4848 if (mCdmaSubscriptionSource == CDMA_SUBSCRIPTION_NV) { in getOperatorNumeric()
4850 } else if (mCdmaSubscriptionSource == CDMA_SUBSCRIPTION_RUIM_SIM) { in getOperatorNumeric()
4872 + " mCdmaSubscriptionSource = " + mCdmaSubscriptionSource + in getOperatorNumeric()
4877 logd("getOperatorNumeric: mCdmaSubscriptionSource = " + mCdmaSubscriptionSource in getOperatorNumeric()
DGsmCdmaConnection.java603 if (phone.mCdmaSubscriptionSource == in disconnectCauseFromCode()