Home
last modified time | relevance | path

Searched refs:mCdmaSSM (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java107 private CdmaSubscriptionSourceManager mCdmaSSM = null; field in IccCardProxy
123 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(context, in IccCardProxy()
142 mCdmaSSM.dispose(this); in dispose()
176 cdmaSource = mCdmaSSM != null ? in updateQuietMode()
177 mCdmaSSM.getCdmaSubscriptionSource() : Phone.CDMA_SUBSCRIPTION_UNKNOWN; in updateQuietMode()
936 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java110 protected CdmaSubscriptionSourceManager mCdmaSSM; field in TelephonyTest
293 replaceInstance(CdmaSubscriptionSourceManager.class, "sInstance", null, mCdmaSSM); in setUp()
300 "mCdmaSubscriptionSourceChangedRegistrants", mCdmaSSM, mRegistrantList); in setUp()
350 doReturn(mCdmaSSM).when(mTelephonyComponentFactory) in setUp()
DServiceStateTrackerTest.java400 doReturn(CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM).when(mCdmaSSM). in testUpdatePhoneType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java509 private CdmaSubscriptionSourceManager mCdmaSSM; field in ServiceStateTracker
625 if (mCdmaSSM != null) { in updatePhoneType()
626 mCdmaSSM.dispose(this); in updatePhoneType()
642 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(mPhone.getContext(), mCi, this, in updatePhoneType()
644 mIsSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() == in updatePhoneType()
1117 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
1312 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
4603 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()
DGsmCdmaPhone.java124 private CdmaSubscriptionSourceManager mCdmaSSM; field in GsmCdmaPhone
250 mCdmaSSM = mTelephonyComponentFactory.getCdmaSubscriptionSourceManagerInstance(mContext, in initOnce()
2049 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleRadioOn()
2231 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleMessage()
3247 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()