Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneConfigurationManagerTest.java136 verify(mMockRadioConfig, never()).setModemsConfig(anyInt(), any()); in testSwitchMultiSimConfig_notDsdsCapable_shouldFail()
149 verify(mMockRadioConfig, never()).setModemsConfig(anyInt(), any()); in testSwitchMultiSimConfig_dsdsCapable_noRebootRequired()
159 verify(mMockRadioConfig).setModemsConfig(eq(2), captor.capture()); in testSwitchMultiSimConfig_dsdsCapable_noRebootRequired()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioConfig.java415 public void setModemsConfig(int numOfLiveModems, Message result) { in setModemsConfig() method in RadioConfig
432 radioConfigProxy11.setModemsConfig(rr.mSerial, modemsConfig); in setModemsConfig()
DPhoneConfigurationManager.java333 mRadioConfig.setModemsConfig(numOfSims, callback); in switchMultiSimConfig()