Searched refs:mCdmaSSM (Results 1 – 4 of 4) sorted by relevance
120 protected CdmaSubscriptionSourceManager mCdmaSSM; field in TelephonyTest357 doReturn(mCdmaSSM).when(mTelephonyComponentFactory) in setUp()480 replaceInstance(CdmaSubscriptionSourceManager.class, "sInstance", null, mCdmaSSM); in setUp()487 "mCdmaSubscriptionSourceChangedRegistrants", mCdmaSSM, mRegistrantList); in setUp()
648 doReturn(CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM).when(mCdmaSSM). in testUpdatePhoneType()
466 private CdmaSubscriptionSourceManager mCdmaSSM; field in ServiceStateTracker613 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()
134 private CdmaSubscriptionSourceManager mCdmaSSM; field in GsmCdmaPhone267 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()