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.java196 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 1); in testSubInfoChangeBeforeAllSubReady()
209 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 1); in testSubInfoChangeAfterRadioUnavailable()
210 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(1, 2); in testSubInfoChangeAfterRadioUnavailable()
278 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 1); in testSingleActiveDsds()
296 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 2); in testSingleActiveDsds()
319 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 1); in testActivatingSecondSub()
340 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(1, 2); in testActivatingSecondSub()
363 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(1, 3); in testActivatingSecondSub()
380 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(0, 1); in testSimpleDsds()
381 mMultiSimSettingControllerUT.notifyCarrierConfigChanged(1, 2); in testSimpleDsds()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMultiSimSettingController.java163 notifyCarrierConfigChanged(phoneId, subId);
388 public void notifyCarrierConfigChanged(int phoneId, int subId) { in notifyCarrierConfigChanged() method in MultiSimSettingController