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.java179 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 1); in testTestSubInfoChangeBeforeAllSubReady()
210 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 1); in testSingleActiveDsds()
226 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 2); in testSingleActiveDsds()
250 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 1); in testActivatingSecondSub()
271 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(1, 2); in testActivatingSecondSub()
294 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(1, 3); in testActivatingSecondSub()
311 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 1); in testSimpleDsds()
312 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(1, 2); in testSimpleDsds()
339 mMultiSimSettingControllerUT.notifyCarrierConfigChanged( in testSimpleDsds()
363 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