Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java325 public final SparseIntArray mImsRegistrationRadioTechMap = new SparseIntArray(); field in PhoneSwitcher
517 mImsRegistrationRadioTechMap.put(phoneId, REGISTRATION_TECH_NONE); in PhoneSwitcher()
948 + mImsRegistrationRadioTechMap.get(phoneId, REGISTRATION_TECH_NONE) in onImsRadioTechChanged()
951 if (mImsRegistrationRadioTechMap.get(phoneId, REGISTRATION_TECH_NONE) == tech) { in onImsRadioTechChanged()
956 mImsRegistrationRadioTechMap.put(phoneId, tech); in onImsRadioTechChanged()
991 mImsRegistrationRadioTechMap.put(phoneId, REGISTRATION_TECH_NONE); in onMultiSimConfigChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DPhoneSwitcherTest.java1843 assertTrue(REGISTRATION_TECH_LTE == mPhoneSwitcherUT.mImsRegistrationRadioTechMap.get(0)); in testReceivingImsRegistrationTech()
1851 == mPhoneSwitcherUT.mImsRegistrationRadioTechMap.get(0)); in testReceivingImsRegistrationTech()
1858 assertTrue(REGISTRATION_TECH_NONE == mPhoneSwitcherUT.mImsRegistrationRadioTechMap.get(0)); in testReceivingImsRegistrationTech()