Searched refs:handleCarrierConfigChange (Results 1 – 5 of 5) sorted by relevance
175 onsProfileActivator.handleCarrierConfigChange()); in testONSAutoProvisioningDisabled()191 onsProfileActivator.handleCarrierConfigChange()); in testESIMNotSupported()209 onsProfileActivator.handleCarrierConfigChange()); in testMultiSIMNotSupported()232 onsProfileActivator.handleCarrierConfigChange()); in testDeviceSwitchToDualSIMModeFailed()256 onsProfileActivator.handleCarrierConfigChange()); in testDeviceSwitchToDualSIMModeSuccess()275 onsProfileActivator.handleCarrierConfigChange()); in testNoActiveSubscriptions()292 onsProfileActivator.handleCarrierConfigChange()); in testNullActiveSubscriptionList()321 onsProfileActivator.handleCarrierConfigChange()); in testNonCBRSCarrierPSIMInserted()346 onsProfileActivator.handleCarrierConfigChange()); in testTwoActivePSIMSubscriptions()376 onsProfileActivator.handleCarrierConfigChange()); in testOneCBRSPSIMAndOneNonCBRSESIM()[all …]
427 verify(mONSProfileActivator, never()).handleCarrierConfigChange(); in testCarrierConfigChangedUnlocked()436 verify(mONSProfileActivator, times(1)).handleCarrierConfigChange(); in testCarrierConfigChangedUnlocked()441 verify(mONSProfileActivator, times(2)).handleCarrierConfigChange(); in testCarrierConfigChangedUnlocked()
540 mONSProfileActivator.handleCarrierConfigChange();559 mONSProfileActivator.handleCarrierConfigChange();
138 public Result handleCarrierConfigChange() { in handleCarrierConfigChange() method in ONSProfileActivator
1228 handleCarrierConfigChange(subId);1795 private void handleCarrierConfigChange(int subId) { in handleCarrierConfigChange() method in TelecomAccountRegistry