Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierSignalAgentTest.java108 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()
DCarrierServiceStateTrackerTest.java168 Intent intent = new Intent().setAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testSendPrefNetworkNotification()
DCarrierKeyDownloadMgrTest.java296 Intent mIntent = new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testCarrierConfigChanged()
DGsmCdmaPhoneTest.java160 Intent intent = new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testHandleActionCarrierConfigChanged()
DServiceStateTrackerTest.java474 Intent intent = new Intent().setAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testSetsNewSignalStrengthReportingCriteria()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCarrierNetworkConfigTest.java163 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRatRatcheter.java81 intentFilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in RatRatcheter()
152 if (CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED.equals(action)) {
DCarrierSignalAgent.java111 if (action.equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {
125 new IntentFilter(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in CarrierSignalAgent()
DCarrierKeyDownloadManager.java119 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in CarrierKeyDownloadManager()
141 } else if (action.equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {
DCarrierServiceStateTracker.java69 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in CarrierServiceStateTracker()
DGsmCdmaPhone.java239 if (intent.getAction().equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {
285 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in initOnce()
DServiceStateTracker.java423 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {
551 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in ServiceStateTracker()
/frameworks/base/services/core/java/com/android/server/telecom/
DTelecomLoaderService.java318 if (intent.getAction().equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) { in registerCarrierConfigChangedReceiver()
327 new IntentFilter(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED), null, null); in registerCarrierConfigChangedReceiver()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkPolicyManagerServiceTest.java36 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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCarrierNetworkConfig.java65 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in CarrierNetworkConfig()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkControllerImpl.java284 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in registerListeners()
478 case CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED: in onReceive()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccProfileTest.java517 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testCarrierConfigHandling()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java153 if (intent.getAction().equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {
252 intentfilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in UiccProfile()
/frameworks/base/telephony/java/android/telephony/
DCarrierConfigManager.java67 ACTION_CARRIER_CONFIG_CHANGED = "android.telephony.action.CARRIER_CONFIG_CHANGED"; field in CarrierConfigManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java471 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in ImsResolver()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java233 if (intent.getAction().equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {
685 intentfilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in ImsPhoneCallTracker()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java250 } else if (action.equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {
596 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in DcTracker()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java81 import static android.telephony.CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED;
847 ACTION_CARRIER_CONFIG_CHANGED); in initService()
/frameworks/base/config/
Dhiddenapi-public-dex.txt42552 Landroid/telephony/CarrierConfigManager;->ACTION_CARRIER_CONFIG_CHANGED:Ljava/lang/String;
/frameworks/base/api/
Dcurrent.txt41640 …field public static final java.lang.String ACTION_CARRIER_CONFIG_CHANGED = "android.telephony.acti…