Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierSignalAgentTest.java94 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testNotifyManifestReceivers()
136 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testNotifyRuntimeReceivers()
173 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testNotify()
228 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testCarrierConfigChange()
238 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testCarrierConfigChange()
248 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testCarrierConfigChange()
DCarrierServiceStateTrackerTest.java135 Intent intent = new Intent().setAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testSendPrefNetworkNotification()
177 Intent intent = new Intent().setAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testSendEmergencyNetworkNotification()
DCarrierKeyDownloadMgrTest.java277 Intent mIntent = new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testCarrierConfigChanged()
DCarrierPrivilegesTrackerTest.java511 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED) in sendCarrierConfigChangedIntent()
DNetworkTypeControllerTest.java78 Intent intent = new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in broadcastCarrierConfigs()
/frameworks/base/services/core/java/com/android/server/telecom/
DTelecomLoaderService.java225 if (intent.getAction().equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) { in registerCarrierConfigChangedReceiver()
234 new IntentFilter(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED), null, null); in registerCarrierConfigChangedReceiver()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRatRatcheter.java87 intentFilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in RatRatcheter()
212 if (CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED.equals(action)) {
DCarrierSignalAgent.java114 if (action.equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {
128 new IntentFilter(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in CarrierSignalAgent()
DNetworkRegistrationManager.java79 if (CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED.equals(action)
103 intentFilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in NetworkRegistrationManager()
DCarrierPrivilegesTracker.java160 case CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED: {
221 certFilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in CarrierPrivilegesTracker()
DCarrierKeyDownloadManager.java125 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in CarrierKeyDownloadManager()
147 } else if (action.equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {
DMultiSimSettingController.java144 if (CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED.equals(intent.getAction())) {
196 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in MultiSimSettingController()
DNetworkTypeController.java121 if (intent.getAction().equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)
190 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in registerForAllEvents()
DCarrierServiceStateTracker.java78 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in CarrierServiceStateTracker()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DAccessNetworksManager.java97 if (CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED.equals(action)
214 intentFilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in AccessNetworksManager()
DDataServiceManager.java115 if (CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED.equals(action)
313 intentFilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in DataServiceManager()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java306 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in receivedCarrierConfigChangedIntent()
326 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in imsiEncryptionRequiredInfoIsCleared()
336 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in imsiEncryptionRequiredInfoIsCleared()
1383 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testIdentityWithSimAndEapAkaMethodPrefix()
1530 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testSendImsiProtectionExemptionNotificationWithUserAllowed()
1573 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testSendImsiProtectionExemptionNotificationWithUserDisallowed()
1603 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testSendImsiProtectionExemptionNotificationWithUserDismissal()
1640 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testSendImsiProtectionExemptionConfirmationDialogWithUserDisallowed()
1683 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testSendImsiProtectionExemptionConfirmationDialogWithUserDismissal()
1732 new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testUserDataStoreIsNotLoadedNotificationWillNotBeSent()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java45 import static android.telephony.CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED;
1487 new Intent(ACTION_CARRIER_CONFIG_CHANGED)
1502 new Intent(ACTION_CARRIER_CONFIG_CHANGED)
1521 new Intent(ACTION_CARRIER_CONFIG_CHANGED)
1543 new Intent(ACTION_CARRIER_CONFIG_CHANGED)
1560 new Intent(ACTION_CARRIER_CONFIG_CHANGED)
1577 new Intent(ACTION_CARRIER_CONFIG_CHANGED)
1594 new Intent(ACTION_CARRIER_CONFIG_CHANGED)
1609 new Intent(ACTION_CARRIER_CONFIG_CHANGED)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java531 Intent intent = new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in setUp()
1735 Intent intent = new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in setUpWatchdogTimer()
1800 Intent intent = new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testIsFrequencyRangeUnmetered()
1825 intent = new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testIsFrequencyRangeUnmetered()
2010 Intent intent = new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testApnConfigRepositoryUpdatedOnCarrierConfigChange()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
DEmergencyNumberTracker.java139 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {
195 CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in EmergencyNumberTracker()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkControllerImpl.java357 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in registerListeners()
597 case CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED: in onReceive()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java309 filter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in WifiCarrierInfoManager()
313 if (CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED in WifiCarrierInfoManager()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccProfileTest.java536 mContext.sendBroadcast(new Intent(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)); in testCarrierConfigHandling()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java175 if (intent.getAction().equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {
278 intentfilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in UiccProfile()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java525 case CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED:
2128 intentFilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED);

12