Searched refs:mCdmaSSM (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccCardProxy.java | 110 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() 938 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaServiceStateTracker.java | 138 private CdmaSubscriptionSourceManager mCdmaSSM; field in CdmaServiceStateTracker 179 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(phone.getContext(), mCi, this, in CdmaServiceStateTracker() 181 mIsSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() == in CdmaServiceStateTracker() 230 mCdmaSSM.dispose(this); in dispose() 293 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage() 326 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage() 2042 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()
|
D | CDMAPhone.java | 106 CdmaSubscriptionSourceManager mCdmaSSM; field in CDMAPhone 159 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(context, mCi, this, in init() 241 mCdmaSSM.dispose(this); in dispose() 1259 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage() 1265 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource()); in handleMessage() 1795 pw.println(" mCdmaSSM=" + mCdmaSSM); in dump()
|
D | CDMALTEPhone.java | 304 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(context, mCi, this, in init()
|