Searched refs:mCdmaSSM (Results 1 – 4 of 4) sorted by relevance
171 protected CdmaSubscriptionSourceManager mCdmaSSM; field in TelephonyTest467 doReturn(mCdmaSSM).when(mTelephonyComponentFactory) in setUp()639 replaceInstance(CdmaSubscriptionSourceManager.class, "sInstance", null, mCdmaSSM); in setUp()646 "mCdmaSubscriptionSourceChangedRegistrants", mCdmaSSM, mRegistrantList); in setUp()
959 doReturn(CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM).when(mCdmaSSM). in testUpdatePhoneType()2258 doReturn(CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM).when(mCdmaSSM) in testGetMdn()
597 private CdmaSubscriptionSourceManager mCdmaSSM; field in ServiceStateTracker763 if (mCdmaSSM != null) { in updatePhoneType()764 mCdmaSSM.dispose(this); in updatePhoneType()773 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(mPhone.getContext(), mCi, this, in updatePhoneType()775 mIsSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() == in updatePhoneType()1277 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()1488 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()5229 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()
159 private CdmaSubscriptionSourceManager mCdmaSSM; field in GsmCdmaPhone372 mCdmaSSM = mTelephonyComponentFactory.inject(CdmaSubscriptionSourceManager.class.getName()) in initOnce()416 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in initRatSpecific()2643 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleRadioOn()2840 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleMessage()4020 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()