Home
last modified time | relevance | path

Searched refs:mMaxDataAttachModemCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java221 protected int mMaxDataAttachModemCount; field in PhoneSwitcher
489 mMaxDataAttachModemCount = maxActivePhones; in PhoneSwitcher()
1250 if (mMaxDataAttachModemCount == mActiveModemCount) { in onEvaluate()
1251 for (int i = 0; i < mMaxDataAttachModemCount; i++) { in onEvaluate()
1260 if (newActivePhones.size() < mMaxDataAttachModemCount) { in onEvaluate()
1266 if (newActivePhones.size() >= mMaxDataAttachModemCount) break; in onEvaluate()
1270 if (newActivePhones.size() < mMaxDataAttachModemCount in onEvaluate()
1928 pw.println("mMaxDataAttachModemCount=" + mMaxDataAttachModemCount);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DPhoneSwitcherTest.java153 private int mMaxDataAttachModemCount = 1; field in PhoneSwitcherTest
2050 mPhoneSwitcherUT = new PhoneSwitcher(mMaxDataAttachModemCount, mContext, Looper.myLooper(), in initialize()