Searched refs:mCdmaSSM (Results 1 – 4 of 4) sorted by relevance
190 protected CdmaSubscriptionSourceManager mCdmaSSM; field in TelephonyTest521 doReturn(mCdmaSSM).when(mTelephonyComponentFactory) in setUp()719 replaceInstance(CdmaSubscriptionSourceManager.class, "sInstance", null, mCdmaSSM); in setUp()725 "mCdmaSubscriptionSourceChangedRegistrants", mCdmaSSM, mRegistrantList); in setUp()
1005 doReturn(CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM).when(mCdmaSSM). in testUpdatePhoneType()2487 doReturn(CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM).when(mCdmaSSM) in testGetMdn()
633 private CdmaSubscriptionSourceManager mCdmaSSM; field in ServiceStateTracker814 if (mCdmaSSM != null) { in updatePhoneType()815 mCdmaSSM.dispose(this); in updatePhoneType()824 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(mPhone.getContext(), mCi, this, in updatePhoneType()826 mIsSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() == in updatePhoneType()1360 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()1574 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()5639 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()
170 private CdmaSubscriptionSourceManager mCdmaSSM; field in GsmCdmaPhone419 mCdmaSSM = mTelephonyComponentFactory.inject(CdmaSubscriptionSourceManager.class.getName()) in initOnce()464 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in initRatSpecific()2806 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleRadioOn()2973 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleMessage()4192 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()