Searched refs:mMaxDataAttachModemCount (Results 1 – 2 of 2) sorted by relevance
203 protected int mMaxDataAttachModemCount; field in PhoneSwitcher465 mMaxDataAttachModemCount = maxActivePhones; in PhoneSwitcher()1064 if (mMaxDataAttachModemCount == mActiveModemCount) { in onEvaluate()1065 for (int i = 0; i < mMaxDataAttachModemCount; i++) { in onEvaluate()1074 if (newActivePhones.size() < mMaxDataAttachModemCount) { in onEvaluate()1080 if (newActivePhones.size() >= mMaxDataAttachModemCount) break; in onEvaluate()1084 if (newActivePhones.size() < mMaxDataAttachModemCount in onEvaluate()1202 if (mMaxDataAttachModemCount != newMaxDataAttachModemCount) { in onPhoneCapabilityChangedInternal()1203 mMaxDataAttachModemCount = newMaxDataAttachModemCount; in onPhoneCapabilityChangedInternal()1204 log("Max active phones changed to " + mMaxDataAttachModemCount); in onPhoneCapabilityChangedInternal()
130 private int mMaxDataAttachModemCount = 1; field in PhoneSwitcherTest1331 mPhoneSwitcher = new PhoneSwitcher(mMaxDataAttachModemCount, mContext, Looper.myLooper()); in initialize()