Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCarrierConfigLoader.java768 PersistableBundle configToSend; in notifySubscriptionInfoUpdater() local
774 configToSend = mConfigFromCarrierApp[phoneId]; in notifySubscriptionInfoUpdater()
777 configToSend = mConfigFromDefaultApp[phoneId]; in notifySubscriptionInfoUpdater()
780 if (configToSend == null) { in notifySubscriptionInfoUpdater()
781 configToSend = new PersistableBundle(); in notifySubscriptionInfoUpdater()
787 configToSend = new PersistableBundle(configToSend); in notifySubscriptionInfoUpdater()
788 configToSend.putAll(config); in notifySubscriptionInfoUpdater()
792 phoneId, configPackagename, configToSend, in notifySubscriptionInfoUpdater()