Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DMultiSimSettingControllerTest.java181 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 1); in testTestSubInfoChangeBeforeAllSubReady()
212 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 1); in testSingleActiveDsds()
228 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 2); in testSingleActiveDsds()
252 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 1); in testActivatingSecondSub()
273 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(1, 2); in testActivatingSecondSub()
296 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(1, 3); in testActivatingSecondSub()
313 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 1); in testSimpleDsds()
314 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(1, 2); in testSimpleDsds()
341 mMultiSimSettingControllerUT.notifyCarrierConfigChanged( in testSimpleDsds()
365 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 1); in testDsdsGrouping()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMultiSimSettingController.java149 notifyCarrierConfigChanged(phoneId, subId);
338 public void notifyCarrierConfigChanged(int phoneId, int subId) { in notifyCarrierConfigChanged() method in MultiSimSettingController