HomeSort by relevance Sort by last modified time
    Searched defs:mCdmaSSM (Results 1 - 10 of 10) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyTest.java 120 protected CdmaSubscriptionSourceManager mCdmaSSM;
357 doReturn(mCdmaSSM).when(mTelephonyComponentFactory)
480 replaceInstance(CdmaSubscriptionSourceManager.class, "sInstance", null, mCdmaSSM);
487 "mCdmaSubscriptionSourceChangedRegistrants", mCdmaSSM, mRegistrantList);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 466 private CdmaSubscriptionSourceManager mCdmaSSM;
613 if (mCdmaSSM != null) {
614 mCdmaSSM.dispose(this);
628 mCdmaSSM = CdmaSubscriptionSourceManager.getInstance(mPhone.getContext(), mCi, this,
630 mIsSubscriptionFromRuim = (mCdmaSSM.getCdmaSubscriptionSource() ==
    [all...]
GsmCdmaPhone.java 134 private CdmaSubscriptionSourceManager mCdmaSSM;
267 mCdmaSSM = mTelephonyComponentFactory.getCdmaSubscriptionSourceManagerInstance(mContext,
308 mCdmaSubscriptionSource = mCdmaSSM.getCdmaSubscriptionSource();
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 79 milliseconds