Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorPhoneSwitcher.java76 private List<Integer> mNewActivePhones; field in VendorPhoneSwitcher
206 for (int phoneId : mNewActivePhones) { in handleMessage()
209 if (mNewActivePhones.contains(ddsPhoneId)) { in handleMessage()
354 mNewActivePhones = newActivePhones; in onEvaluate()
362 final boolean activateDdsPhone = mNewActivePhones.contains(ddsPhoneId); in onEvaluate()