Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionInfoUpdaterTest.java751 mUpdater.updateSubscriptionByCarrierConfig(mPhone.getPhoneId(), in testUpdateFromCarrierConfigOpportunisticUnchanged()
777 mUpdater.updateSubscriptionByCarrierConfig(mPhone.getPhoneId(), in testUpdateFromCarrierConfigOpportunisticSetOpportunistic()
810 mUpdater.updateSubscriptionByCarrierConfig(mPhone.getPhoneId(), in testUpdateFromCarrierConfigOpportunisticAddToGroup()
847 mUpdater.updateSubscriptionByCarrierConfig(mPhone.getPhoneId(), in testUpdateFromCarrierConfigOpportunisticRemoveFromGroup()
890 mUpdater.updateSubscriptionByCarrierConfig(mPhone.getPhoneId(), in testUpdateFromCarrierConfigCarrierCertificates()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java1013 updateSubscriptionByCarrierConfig(phoneId, configPackageName, config); in updateSubscriptionByCarrierConfigAndNotifyComplete()
1038 public void updateSubscriptionByCarrierConfig( in updateSubscriptionByCarrierConfig() method in SubscriptionInfoUpdater