Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneConfigurationManagerTest.java65 PhoneConfigurationManager mPcm; field in PhoneConfigurationManagerTest
88 mPcm = PhoneConfigurationManager.init(mContext); in init()
89 replaceInstance(PhoneConfigurationManager.class, "mMi", mPcm, mMi); in init()
101 assertEquals(1, mPcm.getPhoneCount()); in testGetPhoneCount()
103 assertEquals(2, mPcm.getPhoneCount()); in testGetPhoneCount()
111 mPcm.enablePhone(null, true, null); in testEnablePhone()
114 mPcm.enablePhone(mPhone, false, message); in testEnablePhone()
142 mPcm.switchMultiSimConfig(2); in testSwitchMultiSimConfig_notDsdsCapable_shouldFail()
157 mPcm.switchMultiSimConfig(2); in testSwitchMultiSimConfig_dsdsCapable_noRebootRequired()
170 mPcm.switchMultiSimConfig(2); in testSwitchMultiSimConfig_dsdsCapable_noRebootRequired()
[all …]