Searched refs:mCdmaSSM (Results 1 – 4 of 4) sorted by relevance
174 protected CdmaSubscriptionSourceManager mCdmaSSM; field in TelephonyTest476 doReturn(mCdmaSSM).when(mTelephonyComponentFactory) in setUp()649 replaceInstance(CdmaSubscriptionSourceManager.class, "sInstance", null, mCdmaSSM); in setUp()656 "mCdmaSubscriptionSourceChangedRegistrants", mCdmaSSM, mRegistrantList); in setUp()
959 doReturn(CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM).when(mCdmaSSM). in testUpdatePhoneType()2298 doReturn(CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM).when(mCdmaSSM) in testGetMdn()
587 private CdmaSubscriptionSourceManager mCdmaSSM; field in ServiceStateTracker753 if (mCdmaSSM != null) { in updatePhoneType()754 mCdmaSSM.dispose(this); in updatePhoneType()763 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(mPhone.getContext(), mCi, this, in updatePhoneType()765 mIsSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() == in updatePhoneType()1266 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()1477 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()5217 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()
154 private CdmaSubscriptionSourceManager mCdmaSSM; field in GsmCdmaPhone370 mCdmaSSM = mTelephonyComponentFactory.inject(CdmaSubscriptionSourceManager.class.getName()) in initOnce()414 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in initRatSpecific()2616 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleRadioOn()2814 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleMessage()3994 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()