Searched refs:ACTION_CARRIER_CONFIG_CHANGED (Results 1 – 25 of 30) sorted by relevance
12
108 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testNotifyManifestReceivers()150 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testNotifyRuntimeReceivers()187 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testNotify()242 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testCarrierConfigChange()252 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testCarrierConfigChange()262 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testCarrierConfigChange()
147 Intent intent = new Intent().setAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testSendPrefNetworkNotification()187 Intent intent = new Intent().setAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testSendEmergencyNetworkNotification()
302 Intent mIntent = new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testCarrierConfigChanged()
263 Intent intent = new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in setUp()635 Intent intent = new Intent().setAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in sendCarrierConfigUpdate()
187 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in verifyIsCarrierEncryptionInfoAvailableReturnsFalseWhenEncryptionInfoNotAvailable()226 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in receivedCarrierConfigChangedIntent()259 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in onFeatureDisable_setWifiNetworksAvailableNotificationSettingDisabled()
85 intentFilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in RatRatcheter()186 if (CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED.equals(action)) {
77 if (CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED.equals(action)104 intentFilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in NetworkRegistrationManager()
113 if (action.equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {127 new IntentFilter(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in CarrierSignalAgent()
123 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in CarrierKeyDownloadManager()145 } else if (action.equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {
71 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in CarrierServiceStateTracker()
287 if (CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED.equals(action)) {349 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in initOnce()
231 if (intent.getAction().equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) { in registerCarrierConfigChangedReceiver()240 new IntentFilter(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED), null, null); in registerCarrierConfigChangedReceiver()
96 if (CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED.equals(action)214 intentFilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in AccessNetworksManager()
101 if (CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED.equals(action)265 intentFilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in DataServiceManager()
44 import static android.telephony.CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED;1405 new Intent(ACTION_CARRIER_CONFIG_CHANGED)1420 new Intent(ACTION_CARRIER_CONFIG_CHANGED)1439 new Intent(ACTION_CARRIER_CONFIG_CHANGED)1461 new Intent(ACTION_CARRIER_CONFIG_CHANGED)1478 new Intent(ACTION_CARRIER_CONFIG_CHANGED)1495 new Intent(ACTION_CARRIER_CONFIG_CHANGED)1512 new Intent(ACTION_CARRIER_CONFIG_CHANGED)1527 new Intent(ACTION_CARRIER_CONFIG_CHANGED)
79 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in CarrierNetworkConfig()
115 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {159 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in EmergencyNumberTracker()
315 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in registerListeners()516 case CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED: in onReceive()
617 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testCarrierConfigHandling()
154 if (intent.getAction().equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {255 intentfilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in UiccProfile()
46 import static android.telephony.CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED;231 filter.addAction(ACTION_CARRIER_CONFIG_CHANGED); in Tethering()
487 case CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED:2086 intentFilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED);
474 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in ImsResolver()
81 ACTION_CARRIER_CONFIG_CHANGED = "android.telephony.action.CARRIER_CONFIG_CHANGED"; field in CarrierConfigManager
250 if (intent.getAction().equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {546 intentfilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in ImsPhoneCallTracker()