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.java59 private AtomicInteger mCdmaSubscriptionSource = field in CdmaSubscriptionSourceManager
69 mCdmaSubscriptionSource.set(subscriptionSource); in CdmaSubscriptionSourceManager()
156 log("getcdmasubscriptionSource: " + mCdmaSubscriptionSource.get()); in getCdmaSubscriptionSource()
157 return mCdmaSubscriptionSource.get(); in getCdmaSubscriptionSource()
192 if (newSubscriptionSource != mCdmaSubscriptionSource.get()) { in handleGetCdmaSubscriptionSource()
193 log("Subscription Source Changed : " + mCdmaSubscriptionSource + " >> " in handleGetCdmaSubscriptionSource()
195 mCdmaSubscriptionSource.set(newSubscriptionSource); in handleGetCdmaSubscriptionSource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java144 public int mCdmaSubscriptionSource = CdmaSubscriptionSourceManager.SUBSCRIPTION_SOURCE_UNKNOWN; field in GsmCdmaPhone
376 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in initRatSpecific()
2363 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleRadioOn()
2560 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleMessage()
3676 pw.println(" mCdmaSubscriptionSource=" + mCdmaSubscriptionSource); in dump()
3727 if (mCdmaSubscriptionSource == CDMA_SUBSCRIPTION_NV) { in getOperatorNumeric()
3729 } else if (mCdmaSubscriptionSource == CDMA_SUBSCRIPTION_RUIM_SIM) { in getOperatorNumeric()
3751 + " mCdmaSubscriptionSource = " + mCdmaSubscriptionSource + in getOperatorNumeric()
3756 logd("getOperatorNumeric: mCdmaSubscriptionSource = " + mCdmaSubscriptionSource in getOperatorNumeric()
DGsmCdmaConnection.java566 if (phone.mCdmaSubscriptionSource == in disconnectCauseFromCode()