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.java60 private AtomicInteger mCdmaSubscriptionSource = field in CdmaSubscriptionSourceManager
70 mCdmaSubscriptionSource.set(subscriptionSource); in CdmaSubscriptionSourceManager()
157 log("getcdmasubscriptionSource: " + mCdmaSubscriptionSource.get()); in getCdmaSubscriptionSource()
158 return mCdmaSubscriptionSource.get(); in getCdmaSubscriptionSource()
193 if (newSubscriptionSource != mCdmaSubscriptionSource.get()) { in handleGetCdmaSubscriptionSource()
194 log("Subscription Source Changed : " + mCdmaSubscriptionSource + " >> " in handleGetCdmaSubscriptionSource()
196 mCdmaSubscriptionSource.set(newSubscriptionSource); in handleGetCdmaSubscriptionSource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java160 public int mCdmaSubscriptionSource = CdmaSubscriptionSourceManager.SUBSCRIPTION_SOURCE_UNKNOWN; field in GsmCdmaPhone
416 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in initRatSpecific()
2643 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleRadioOn()
2840 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleMessage()
4021 pw.println(" mCdmaSubscriptionSource=" + mCdmaSubscriptionSource); in dump()
4107 if (mCdmaSubscriptionSource == CDMA_SUBSCRIPTION_NV) { in getOperatorNumeric()
4109 } else if (mCdmaSubscriptionSource == CDMA_SUBSCRIPTION_RUIM_SIM) { in getOperatorNumeric()
4131 + " mCdmaSubscriptionSource = " + mCdmaSubscriptionSource + in getOperatorNumeric()
4136 logd("getOperatorNumeric: mCdmaSubscriptionSource = " + mCdmaSubscriptionSource in getOperatorNumeric()
DGsmCdmaConnection.java576 if (phone.mCdmaSubscriptionSource == in disconnectCauseFromCode()