Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java725 mUpdater.updateSubscriptionByCarrierConfig(mPhone.getPhoneId(), in testUpdateFromCarrierConfigOpportunisticUnchanged()
750 mUpdater.updateSubscriptionByCarrierConfig(mPhone.getPhoneId(), in testUpdateFromCarrierConfigOpportunisticSetOpportunistic()
782 mUpdater.updateSubscriptionByCarrierConfig(mPhone.getPhoneId(), in testUpdateFromCarrierConfigOpportunisticAddToGroup()
818 mUpdater.updateSubscriptionByCarrierConfig(mPhone.getPhoneId(), in testUpdateFromCarrierConfigOpportunisticRemoveFromGroup()
860 mUpdater.updateSubscriptionByCarrierConfig(mPhone.getPhoneId(), in testUpdateFromCarrierConfigCarrierCertificates()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java991 updateSubscriptionByCarrierConfig(phoneId, configPackageName, config); in updateSubscriptionByCarrierConfigAndNotifyComplete()
1016 public void updateSubscriptionByCarrierConfig( in updateSubscriptionByCarrierConfig() method in SubscriptionInfoUpdater