Home
last modified time | relevance | path

Searched refs:mCdmaSSM (Results 1 – 4 of 4) 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()
186 cdmaSource = mCdmaSSM != null ? in updateQuietMode()
187 mCdmaSSM.getCdmaSubscriptionSource() : Phone.CDMA_SUBSCRIPTION_UNKNOWN; in updateQuietMode()
945 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java106 CdmaSubscriptionSourceManager mCdmaSSM; field in CDMAPhone
159 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(context, mCi, this, in init()
241 mCdmaSSM.dispose(this); in dispose()
1286 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
1295 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
1825 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()
DCdmaServiceStateTracker.java142 private CdmaSubscriptionSourceManager mCdmaSSM; field in CdmaServiceStateTracker
183 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(phone.getContext(), mCi, this, in CdmaServiceStateTracker()
185 mIsSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() == in CdmaServiceStateTracker()
234 mCdmaSSM.dispose(this); in dispose()
297 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
330 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage()
2096 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()
DCDMALTEPhone.java310 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(context, mCi, this, in init()