Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java966 int oldActiveModemCount = mActiveModemCount; in onMultiSimConfigChanged() local
973 for (int phoneId = oldActiveModemCount - 1; phoneId >= mActiveModemCount; phoneId--) { in onMultiSimConfigChanged()
978 for (int phoneId = oldActiveModemCount; phoneId < mActiveModemCount; phoneId++) { in onMultiSimConfigChanged()