Searched refs:mCdmaSSM (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnectionTracker.java60 private CdmaSubscriptionSourceManager mCdmaSSM; field in class:CdmaDataConnectionTracker
122 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance (p.getContext(), p.mCM, this,
163 mCdmaSSM.dispose(this);
222 boolean subscriptionFromNv = (mCdmaSSM.getCdmaSubscriptionSource()
982 if(mCdmaSSM.getCdmaSubscriptionSource() ==
1032 pw.println(" mCdmaSSM=" + mCdmaSSM);
H A DCdmaServiceStateTracker.java140 private CdmaSubscriptionSourceManager mCdmaSSM; field in class:CdmaServiceStateTracker
176 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(phone.getContext(), cm, this,
178 isSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() ==
222 mCdmaSSM.dispose(this);
282 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource());
317 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource());
1748 pw.println(" mCdmaSSM=" + mCdmaSSM);
H A DCDMAPhone.java101 CdmaSubscriptionSourceManager mCdmaSSM; field in class:CDMAPhone
165 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(context, mCM, this,
243 mCdmaSSM.dispose(this);
1021 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource());
1027 handleCdmaSubscriptionSource(mCdmaSSM.getCdmaSubscriptionSource());
1487 pw.println(" mCdmaSSM=" + mCdmaSSM);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCard.java64 protected CdmaSubscriptionSourceManager mCdmaSSM = null; field in class:IccCard
186 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(mPhone.getContext(),
212 mCdmaSSM.dispose(mHandler);
820 if(mCdmaSSM != null) {
821 int newSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource();

Completed in 60 milliseconds