Searched refs:mCdmaSSM (Results 1 – 4 of 4) sorted by relevance
208 protected CdmaSubscriptionSourceManager mCdmaSSM; field in TelephonyTest495 mCdmaSSM = Mockito.mock(CdmaSubscriptionSourceManager.class); in setUp()666 doReturn(mCdmaSSM).when(mTelephonyComponentFactory) in setUp()942 replaceInstance(CdmaSubscriptionSourceManager.class, "sInstance", null, mCdmaSSM); in setUp()950 "mCdmaSubscriptionSourceChangedRegistrants", mCdmaSSM, mRegistrantList); in setUp()
1013 doReturn(CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM).when(mCdmaSSM). in testUpdatePhoneType()2763 doReturn(CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM).when(mCdmaSSM) in testGetMdn()
603 private CdmaSubscriptionSourceManager mCdmaSSM; field in ServiceStateTracker817 if (mCdmaSSM != null) { in updatePhoneType()818 mCdmaSSM.dispose(this); in updatePhoneType()827 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(mPhone.getContext(), mCi, this, in updatePhoneType()829 mIsSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() == in updatePhoneType()1343 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()1538 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()5292 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()
188 private CdmaSubscriptionSourceManager mCdmaSSM; field in GsmCdmaPhone513 mCdmaSSM = mTelephonyComponentFactory.inject(CdmaSubscriptionSourceManager.class.getName()) in initOnce()598 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in initRatSpecific()3225 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleRadioOn()3401 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleMessage()4743 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()