Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioConfigProxy.java244 public void setNumOfLiveModems(int serial, int numOfLiveModems) throws RemoteException { in setNumOfLiveModems() method in RadioConfigProxy
246 getAidl().setNumOfLiveModems(serial, (byte) numOfLiveModems); in setNumOfLiveModems()
DRadioConfig.java568 public void setNumOfLiveModems(int numOfLiveModems, Message result) { in setNumOfLiveModems() method in RadioConfig
588 proxy.setNumOfLiveModems(rr.mSerial, numOfLiveModems); in setNumOfLiveModems()
DPhoneConfigurationManager.java647 mRadioConfig.setNumOfLiveModems(numOfSims, callback); in switchMultiSimConfig()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneConfigurationManagerTest.java412 verify(mMockRadioConfig, never()).setNumOfLiveModems(anyInt(), any()); in testSwitchMultiSimConfig_notDsdsCapable_shouldFail()
439 verify(mMockRadioConfig).setNumOfLiveModems(eq(1), captor.capture()); in testSwitchMultiSimConfig_multiSimToSingleSim()
534 verify(mMockRadioConfig, never()).setNumOfLiveModems(anyInt(), any()); in testSwitchFromSingleToDualSimModeNoReboot()
548 verify(mMockRadioConfig).setNumOfLiveModems(eq(2), captor.capture()); in testSwitchFromSingleToDualSimModeNoReboot()
DSimultaneousCallingTrackerTest.java329 verify(mMockRadioConfig).setNumOfLiveModems(eq(1), captor.capture()); in testSingleSimSwitch_SimultaneousCallingDisabled()