Searched refs:ACTION_CARRIER_CONFIG_CHANGED (Results 1 – 25 of 25) sorted by relevance
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()
168 Intent intent = new Intent().setAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testSendPrefNetworkNotification()
296 Intent mIntent = new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testCarrierConfigChanged()
160 Intent intent = new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testHandleActionCarrierConfigChanged()
474 Intent intent = new Intent().setAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testSetsNewSignalStrengthReportingCriteria()
163 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in verifyIsCarrierEncryptionInfoAvailableReturnsFalseWhenEncryptionInfoNotAvailable()201 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in receivedCarrierConfigChangedIntent()234 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in onFeatureDisable_setWifiNetworksAvailableNotificationSettingDisabled()
81 intentFilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in RatRatcheter()152 if (CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED.equals(action)) {
111 if (action.equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {125 new IntentFilter(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in CarrierSignalAgent()
119 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in CarrierKeyDownloadManager()141 } else if (action.equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {
69 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in CarrierServiceStateTracker()
239 if (intent.getAction().equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {285 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in initOnce()
423 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {551 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in ServiceStateTracker()
318 if (intent.getAction().equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) { in registerCarrierConfigChangedReceiver()327 new IntentFilter(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED), null, null); in registerCarrierConfigChangedReceiver()
36 import static android.telephony.CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED;1369 new Intent(ACTION_CARRIER_CONFIG_CHANGED) in testUpdateMobilePolicyCycleWithNullConfig()1384 new Intent(ACTION_CARRIER_CONFIG_CHANGED) in testUpdateMobilePolicyCycleWithInvalidConfig()1403 new Intent(ACTION_CARRIER_CONFIG_CHANGED) in testUpdateMobilePolicyCycleWithDefaultConfig()1425 new Intent(ACTION_CARRIER_CONFIG_CHANGED) in testUpdateMobilePolicyCycleWithUserOverrides()1442 new Intent(ACTION_CARRIER_CONFIG_CHANGED) in testUpdateMobilePolicyCycleUpdatesDataCycle()1459 new Intent(ACTION_CARRIER_CONFIG_CHANGED) in testUpdateMobilePolicyCycleDisableThresholds()1476 new Intent(ACTION_CARRIER_CONFIG_CHANGED) in testUpdateMobilePolicyCycleRevertsToDefault()1491 new Intent(ACTION_CARRIER_CONFIG_CHANGED) in testUpdateMobilePolicyCycleRevertsToDefault()
65 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in CarrierNetworkConfig()
284 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in registerListeners()478 case CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED: in onReceive()
517 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testCarrierConfigHandling()
153 if (intent.getAction().equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {252 intentfilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in UiccProfile()
67 ACTION_CARRIER_CONFIG_CHANGED = "android.telephony.action.CARRIER_CONFIG_CHANGED"; field in CarrierConfigManager
471 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in ImsResolver()
233 if (intent.getAction().equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {685 intentfilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in ImsPhoneCallTracker()
250 } else if (action.equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {596 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in DcTracker()
81 import static android.telephony.CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED;847 ACTION_CARRIER_CONFIG_CHANGED); in initService()
42552 Landroid/telephony/CarrierConfigManager;->ACTION_CARRIER_CONFIG_CHANGED:Ljava/lang/String;
41640 …field public static final java.lang.String ACTION_CARRIER_CONFIG_CHANGED = "android.telephony.acti…