Home
last modified time | relevance | path

Searched refs:onCarrierConfigChangedForSubscription (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DTelephonyRcsServiceTest.java268 verify(mFeatureControllerSlot0, never()).onCarrierConfigChangedForSubscription(); in testCarrierConfigNotifyFeatures()
272 verify(mFeatureControllerSlot0).onCarrierConfigChangedForSubscription(); in testCarrierConfigNotifyFeatures()
DRcsFeatureControllerTest.java264 controller.onCarrierConfigChangedForSubscription(); in testCarrierConfigChanged()
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DTelephonyRcsService.java274 f.onCarrierConfigChangedForSubscription(); in onCarrierConfigChangedForSlot()
DRcsFeatureController.java278 public void onCarrierConfigChangedForSubscription() { in onCarrierConfigChangedForSubscription() method in RcsFeatureController