Home
last modified time | relevance | path

Searched refs:mCdmaSSM (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java120 protected CdmaSubscriptionSourceManager mCdmaSSM; field in TelephonyTest
357 doReturn(mCdmaSSM).when(mTelephonyComponentFactory) in setUp()
480 replaceInstance(CdmaSubscriptionSourceManager.class, "sInstance", null, mCdmaSSM); in setUp()
487 "mCdmaSubscriptionSourceChangedRegistrants", mCdmaSSM, mRegistrantList); in setUp()
DServiceStateTrackerTest.java648 doReturn(CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM).when(mCdmaSSM). in testUpdatePhoneType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java466 private CdmaSubscriptionSourceManager mCdmaSSM; field in ServiceStateTracker
613 if (mCdmaSSM != null) { in updatePhoneType()
614 mCdmaSSM.dispose(this); in updatePhoneType()
628 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(mPhone.getContext(), mCi, this, in updatePhoneType()
630 mIsSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() == in updatePhoneType()
1103 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
1319 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
4410 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()
DGsmCdmaPhone.java134 private CdmaSubscriptionSourceManager mCdmaSSM; field in GsmCdmaPhone
267 mCdmaSSM = mTelephonyComponentFactory.getCdmaSubscriptionSourceManagerInstance(mContext, in initOnce()
308 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in initRatSpecific()
2195 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleRadioOn()
2392 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleMessage()
3459 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()