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.java58 private AtomicInteger mCdmaSubscriptionSource = field in CdmaSubscriptionSourceManager
68 mCdmaSubscriptionSource.set(subscriptionSource); in CdmaSubscriptionSourceManager()
153 log("getcdmasubscriptionSource: " + mCdmaSubscriptionSource.get()); in getCdmaSubscriptionSource()
154 return mCdmaSubscriptionSource.get(); in getCdmaSubscriptionSource()
189 if (newSubscriptionSource != mCdmaSubscriptionSource.get()) { in handleGetCdmaSubscriptionSource()
190 log("Subscription Source Changed : " + mCdmaSubscriptionSource + " >> " in handleGetCdmaSubscriptionSource()
192 mCdmaSubscriptionSource.set(newSubscriptionSource); in handleGetCdmaSubscriptionSource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java135 public int mCdmaSubscriptionSource = CdmaSubscriptionSourceManager.SUBSCRIPTION_SOURCE_UNKNOWN; field in GsmCdmaPhone
308 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in initRatSpecific()
2195 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleRadioOn()
2392 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleMessage()
3460 pw.println(" mCdmaSubscriptionSource=" + mCdmaSubscriptionSource); in dump()
3516 if (mCdmaSubscriptionSource == CDMA_SUBSCRIPTION_NV) { in getOperatorNumeric()
3518 } else if (mCdmaSubscriptionSource == CDMA_SUBSCRIPTION_RUIM_SIM) { in getOperatorNumeric()
3540 + " mCdmaSubscriptionSource = " + mCdmaSubscriptionSource + in getOperatorNumeric()
3545 logd("getOperatorNumeric: mCdmaSubscriptionSource = " + mCdmaSubscriptionSource in getOperatorNumeric()
DGsmCdmaConnection.java544 if (phone.mCdmaSubscriptionSource == in disconnectCauseFromCode()