Searched refs:newActivePhones (Results 1 – 2 of 2) sorted by relevance
333 List<Integer> newActivePhones = new ArrayList<Integer>(); in onEvaluate() local339 if (newActivePhones.contains(phoneIdForRequest)) continue; in onEvaluate()340 newActivePhones.add(phoneIdForRequest); in onEvaluate()341 if (newActivePhones.size() >= mMaxDataAttachModemCount) break; in onEvaluate()351 for (Integer i : newActivePhones) log(" " + i); in onEvaluate()354 mNewActivePhones = newActivePhones; in onEvaluate()356 if (!newActivePhones.contains(phoneId)) { in onEvaluate()366 for (int phoneId : newActivePhones) { in onEvaluate()
855 List<Integer> newActivePhones = new ArrayList<Integer>(); in onEvaluate() local864 newActivePhones.add(i); in onEvaluate()869 newActivePhones.add(mPhoneIdInVoiceCall); in onEvaluate()872 if (newActivePhones.size() < mMaxDataAttachModemCount) { in onEvaluate()876 if (newActivePhones.contains(phoneIdForRequest)) continue; in onEvaluate()877 newActivePhones.add(phoneIdForRequest); in onEvaluate()878 if (newActivePhones.size() >= mMaxDataAttachModemCount) break; in onEvaluate()882 if (newActivePhones.size() < mMaxDataAttachModemCount in onEvaluate()883 && newActivePhones.contains(mPreferredDataPhoneId) in onEvaluate()885 newActivePhones.add(mPreferredDataPhoneId); in onEvaluate()[all …]