Searched refs:mCdmaSSM (Results 1 – 4 of 4) sorted by relevance
140 protected CdmaSubscriptionSourceManager mCdmaSSM; field in TelephonyTest404 doReturn(mCdmaSSM).when(mTelephonyComponentFactory) in setUp()558 replaceInstance(CdmaSubscriptionSourceManager.class, "sInstance", null, mCdmaSSM); in setUp()565 "mCdmaSubscriptionSourceChangedRegistrants", mCdmaSSM, mRegistrantList); in setUp()
771 doReturn(CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM).when(mCdmaSSM). in testUpdatePhoneType()2000 doReturn(CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM).when(mCdmaSSM) in testGetMdn()
143 private CdmaSubscriptionSourceManager mCdmaSSM; field in GsmCdmaPhone332 mCdmaSSM = mTelephonyComponentFactory.inject(CdmaSubscriptionSourceManager.class.getName()) in initOnce()376 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in initRatSpecific()2363 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleRadioOn()2560 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleMessage()3675 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()
551 private CdmaSubscriptionSourceManager mCdmaSSM; field in ServiceStateTracker715 if (mCdmaSSM != null) { in updatePhoneType()716 mCdmaSSM.dispose(this); in updatePhoneType()725 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(mPhone.getContext(), mCi, this, in updatePhoneType()727 mIsSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() == in updatePhoneType()1186 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()1397 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()4952 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()