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.java110 private CdmaSubscriptionSourceManager mCdmaSSM = null; field in IccCardProxy
126 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(context, in IccCardProxy()
145 mCdmaSSM.dispose(this); in dispose()
179 cdmaSource = mCdmaSSM != null ? in updateQuietMode()
180 mCdmaSSM.getCdmaSubscriptionSource() : Phone.CDMA_SUBSCRIPTION_UNKNOWN; in updateQuietMode()
929 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java109 protected CdmaSubscriptionSourceManager mCdmaSSM; field in TelephonyTest
280 replaceInstance(CdmaSubscriptionSourceManager.class, "sInstance", null, mCdmaSSM); in setUp()
286 "mCdmaSubscriptionSourceChangedRegistrants", mCdmaSSM, mRegistrantList); in setUp()
329 doReturn(mCdmaSSM).when(mTelephonyComponentFactory) in setUp()
DServiceStateTrackerTest.java343 doReturn(CdmaSubscriptionSourceManager.SUBSCRIPTION_FROM_RUIM).when(mCdmaSSM). in testUpdatePhoneType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java476 private CdmaSubscriptionSourceManager mCdmaSSM; field in ServiceStateTracker
564 if (mCdmaSSM != null) { in updatePhoneType()
565 mCdmaSSM.dispose(this); in updatePhoneType()
587 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(mPhone.getContext(), mCi, this, in updatePhoneType()
589 mIsSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() == in updatePhoneType()
933 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
1181 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
4568 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()
DGsmCdmaPhone.java120 private CdmaSubscriptionSourceManager mCdmaSSM; field in GsmCdmaPhone
246 mCdmaSSM = mTelephonyComponentFactory.getCdmaSubscriptionSourceManagerInstance(mContext, in initOnce()
1946 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleRadioOn()
2127 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource(); in handleMessage()
3140 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()