blob: d0d92c6b5f874a3231156adb30aaae9641767932 [file] [log] [blame]
Santos Cordon7d4ddf62013-07-10 11:58:08 -07001/*
2 * Copyright (C) 2006 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17package com.android.phone;
18
Jordan Liuff2ccd72019-07-23 15:54:41 -070019import android.annotation.IntDef;
sangyun1c1918a2023-11-13 22:37:50 +090020import android.annotation.Nullable;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070021import android.app.Activity;
22import android.app.KeyguardManager;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070023import android.app.ProgressDialog;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070024import android.content.BroadcastReceiver;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070025import android.content.ContentResolver;
26import android.content.Context;
27import android.content.ContextWrapper;
28import android.content.Intent;
29import android.content.IntentFilter;
Brad Ebinger05f52c22019-12-05 13:03:21 -080030import android.content.pm.PackageManager;
Youming Ye47a6adc2018-11-19 15:33:36 -080031import android.content.res.XmlResourceParser;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070032import android.media.AudioManager;
Santos Cordone18902f2016-03-22 17:16:04 -070033import android.net.ConnectivityManager;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070034import android.net.Uri;
35import android.os.AsyncResult;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070036import android.os.Handler;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070037import android.os.Message;
Jonathan Basseric31f1f32015-05-12 10:13:03 -070038import android.os.PersistableBundle;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070039import android.os.PowerManager;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070040import android.os.SystemProperties;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070041import android.preference.PreferenceManager;
Sanket Padawe4c699232016-02-09 11:07:22 -080042import android.provider.Settings;
Meng Wang61307622019-10-23 14:08:43 -070043import android.sysprop.TelephonyProperties;
Tyler Gunn900d8fd2018-09-21 09:22:12 -070044import android.telecom.TelecomManager;
Nathan Haroldf9df6ea2019-03-08 11:54:22 -080045import android.telephony.AnomalyReporter;
Junda Liu12f7d802015-05-01 12:06:44 -070046import android.telephony.CarrierConfigManager;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070047import android.telephony.ServiceState;
chen xubaf9fe52019-07-02 17:28:24 -070048import android.telephony.SubscriptionInfo;
Andrew Lee385019f2014-11-24 14:19:50 -080049import android.telephony.SubscriptionManager;
Sarah Chin072ffb22022-05-03 17:58:59 -070050import android.telephony.TelephonyCallback;
Hall Liuaa4211e2021-01-20 15:43:39 -080051import android.telephony.TelephonyLocalConnection;
Jack Yu1a2fc352017-07-14 17:14:37 -070052import android.telephony.TelephonyManager;
Sarah Chin37b39072023-11-05 13:28:21 -080053import android.text.TextUtils;
Ling Ma317906d2022-12-05 15:58:14 -080054import android.util.ArraySet;
Jack Yu1a2fc352017-07-14 17:14:37 -070055import android.util.LocalLog;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070056import android.util.Log;
Santos Cordone18902f2016-03-22 17:16:04 -070057import android.widget.Toast;
Ta-wei Yenb29425b2016-09-21 17:28:14 -070058
Brad Ebingere3ae65a2020-09-11 12:45:11 -070059import com.android.ims.ImsFeatureBinderRepository;
Siim Sammul182d61b2021-05-04 16:01:42 +010060import com.android.internal.os.BinderCallsStats;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070061import com.android.internal.telephony.CallManager;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070062import com.android.internal.telephony.IccCardConstants;
63import com.android.internal.telephony.MmiCode;
64import com.android.internal.telephony.Phone;
Sarah Chin072ffb22022-05-03 17:58:59 -070065import com.android.internal.telephony.PhoneConfigurationManager;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070066import com.android.internal.telephony.PhoneConstants;
67import com.android.internal.telephony.PhoneFactory;
Jack Yu1a2fc352017-07-14 17:14:37 -070068import com.android.internal.telephony.SettingsObserver;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070069import com.android.internal.telephony.TelephonyCapabilities;
Youming Ye47a6adc2018-11-19 15:33:36 -080070import com.android.internal.telephony.TelephonyComponentFactory;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070071import com.android.internal.telephony.TelephonyIntents;
Jack Yu3e2ac6e2022-03-26 13:59:45 -070072import com.android.internal.telephony.data.DataEvaluation.DataDisallowedReason;
Hwangoo Parkba21cf22022-11-30 14:34:04 +000073import com.android.internal.telephony.domainselection.DomainSelectionResolver;
Daniel Bantab26e96f2022-10-19 23:25:35 +000074import com.android.internal.telephony.emergency.EmergencyStateTracker;
Thomas Nguyen090fb002023-09-11 17:35:30 -070075import com.android.internal.telephony.flags.FeatureFlags;
Ling Ma51dd3022023-08-29 11:46:38 -070076import com.android.internal.telephony.flags.FeatureFlagsImpl;
Brad Ebinger05f52c22019-12-05 13:03:21 -080077import com.android.internal.telephony.ims.ImsResolver;
Tyler Gunn92479152021-01-20 16:30:10 -080078import com.android.internal.telephony.imsphone.ImsPhone;
79import com.android.internal.telephony.imsphone.ImsPhoneCallTracker;
Aishwarya Mallampati481aeee2023-02-17 21:32:22 +000080import com.android.internal.telephony.satellite.SatelliteController;
Nagendra Prasad Nagarle Basavarajuf668eda2024-02-15 15:02:57 +000081import com.android.internal.telephony.subscription.SubscriptionManagerService;
Muralidhar Reddy472c2ae2021-09-29 19:38:40 +000082import com.android.internal.telephony.uicc.UiccPort;
Jordan Liu06bdef12021-03-24 17:25:46 -070083import com.android.internal.telephony.uicc.UiccProfile;
Jack Yu1a2fc352017-07-14 17:14:37 -070084import com.android.internal.util.IndentingPrintWriter;
Andrew Leefb7f92e2015-02-26 16:23:32 -080085import com.android.phone.settings.SettingsConstants;
Ta-wei Yenf0a71bc2017-05-17 12:28:28 -070086import com.android.phone.vvm.CarrierVvmPackageInstalledReceiver;
Hunsuk Choic2e3fbc2024-05-10 05:05:17 +000087import com.android.services.telephony.domainselection.DynamicRoutingController;
James.cf Linc9f35a42020-01-15 02:35:22 +080088import com.android.services.telephony.rcs.TelephonyRcsService;
Santos Cordon7d4ddf62013-07-10 11:58:08 -070089
Jack Yu1a2fc352017-07-14 17:14:37 -070090import java.io.FileDescriptor;
91import java.io.PrintWriter;
Jordan Liuff2ccd72019-07-23 15:54:41 -070092import java.lang.annotation.Retention;
93import java.lang.annotation.RetentionPolicy;
chen xubaf9fe52019-07-02 17:28:24 -070094import java.util.List;
sangyund2cfeaa2024-03-31 12:20:40 +090095import java.util.concurrent.atomic.AtomicBoolean;
Jack Yu1a2fc352017-07-14 17:14:37 -070096
Santos Cordon7d4ddf62013-07-10 11:58:08 -070097/**
98 * Global state for the telephony subsystem when running in the primary
99 * phone process.
100 */
Sailesh Nepalbf900542014-07-15 16:18:32 -0700101public class PhoneGlobals extends ContextWrapper {
Jack Yu1a2fc352017-07-14 17:14:37 -0700102 public static final String LOG_TAG = "PhoneGlobals";
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700103
104 /**
105 * Phone app-wide debug level:
106 * 0 - no debug logging
107 * 1 - normal debug logging if ro.debuggable is set (which is true in
108 * "eng" and "userdebug" builds but not "user" builds)
109 * 2 - ultra-verbose debug logging
110 *
111 * Most individual classes in the phone app have a local DBG constant,
112 * typically set to
113 * (PhoneApp.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1)
114 * or else
115 * (PhoneApp.DBG_LEVEL >= 2)
116 * depending on the desired verbosity.
117 *
118 * ***** DO NOT SUBMIT WITH DBG_LEVEL > 0 *************
119 */
Andrew Lee88b51e22014-10-29 15:48:51 -0700120 public static final int DBG_LEVEL = 0;
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700121
122 private static final boolean DBG =
123 (PhoneGlobals.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1);
124 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2);
125
126 // Message codes; see mHandler below.
127 private static final int EVENT_SIM_NETWORK_LOCKED = 3;
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700128 private static final int EVENT_SIM_STATE_CHANGED = 8;
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700129 private static final int EVENT_DATA_ROAMING_DISCONNECTED = 10;
Jordan Liuff2ccd72019-07-23 15:54:41 -0700130 private static final int EVENT_DATA_ROAMING_CONNECTED = 11;
131 private static final int EVENT_DATA_ROAMING_OK = 12;
132 private static final int EVENT_UNSOL_CDMA_INFO_RECORD = 13;
Jordan Liuff2ccd72019-07-23 15:54:41 -0700133 private static final int EVENT_DATA_ROAMING_SETTINGS_CHANGED = 15;
134 private static final int EVENT_MOBILE_DATA_SETTINGS_CHANGED = 16;
Lei Liu863eac02020-06-24 20:12:55 +0800135 private static final int EVENT_CARRIER_CONFIG_CHANGED = 17;
Sarah Chin072ffb22022-05-03 17:58:59 -0700136 private static final int EVENT_MULTI_SIM_CONFIG_CHANGED = 18;
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700137
138 // The MMI codes are also used by the InCallScreen.
139 public static final int MMI_INITIATE = 51;
140 public static final int MMI_COMPLETE = 52;
141 public static final int MMI_CANCEL = 53;
142 // Don't use message codes larger than 99 here; those are reserved for
143 // the individual Activities of the Phone UI.
144
Santos Cordone18902f2016-03-22 17:16:04 -0700145 public static final int AIRPLANE_ON = 1;
146 public static final int AIRPLANE_OFF = 0;
147
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700148 /**
149 * Allowable values for the wake lock code.
150 * SLEEP means the device can be put to sleep.
151 * PARTIAL means wake the processor, but we display can be kept off.
152 * FULL means wake both the processor and the display.
153 */
154 public enum WakeState {
155 SLEEP,
156 PARTIAL,
157 FULL
158 }
159
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700160 private static PhoneGlobals sMe;
161
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700162 CallManager mCM;
Santos Cordon63a84242013-07-23 13:32:52 -0700163 CallNotifier notifier;
Santos Cordon63a84242013-07-23 13:32:52 -0700164 NotificationMgr notificationMgr;
James.cf Linc9f35a42020-01-15 02:35:22 +0800165 TelephonyRcsService mTelephonyRcsService;
Andrew Lee9431b832015-03-09 18:46:45 -0700166 public PhoneInterfaceManager phoneMgr;
James.cf Linaf3183c2019-10-24 00:59:00 +0800167 public ImsRcsController imsRcsController;
Hunsuk Choi3b742d62021-10-25 19:48:34 +0000168 public ImsStateCallbackController mImsStateCallbackController;
joonhunshincffb7fc2021-11-28 07:32:01 +0000169 public ImsProvisioningController mImsProvisioningController;
Jonathan Basseri6465afd2015-02-25 13:05:57 -0800170 CarrierConfigLoader configLoader;
Santos Cordon63a84242013-07-23 13:32:52 -0700171
Sandeep Kuntade73a6a2014-10-15 18:45:56 +0530172 private Phone phoneInEcm;
Santos Cordon63a84242013-07-23 13:32:52 -0700173
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700174 static boolean sVoiceCapable = true;
175
Santos Cordonc593d002015-06-03 15:41:15 -0700176 // TODO: Remove, no longer used.
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700177 CdmaPhoneCallState cdmaPhoneCallState;
178
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700179 // The currently-active PUK entry activity and progress dialog.
180 // Normally, these are the Emergency Dialer and the subsequent
181 // progress dialog. null if there is are no such objects in
182 // the foreground.
183 private Activity mPUKEntryActivity;
184 private ProgressDialog mPUKEntryProgressDialog;
185
Jordan Liuff2ccd72019-07-23 15:54:41 -0700186 /** @hide */
187 @Retention(RetentionPolicy.SOURCE)
sangyun35f23f82023-07-18 01:37:53 +0900188 @IntDef(prefix = {"ROAMING_NOTIFICATION_REASON_"},
189 value = {
190 ROAMING_NOTIFICATION_REASON_DATA_SETTING_CHANGED,
191 ROAMING_NOTIFICATION_REASON_DATA_ROAMING_SETTING_CHANGED,
192 ROAMING_NOTIFICATION_REASON_CARRIER_CONFIG_CHANGED,
193 ROAMING_NOTIFICATION_REASON_SERVICE_STATE_CHANGED,
sangyund2cfeaa2024-03-31 12:20:40 +0900194 ROAMING_NOTIFICATION_REASON_DEFAULT_DATA_SUBS_CHANGED,
195 ROAMING_NOTIFICATION_REASON_DISCONNECTED_SINGLE_NETWORK})
sangyun35f23f82023-07-18 01:37:53 +0900196 public @interface RoamingNotificationReason {}
197 private static final int ROAMING_NOTIFICATION_REASON_DATA_SETTING_CHANGED = 0;
198 private static final int ROAMING_NOTIFICATION_REASON_DATA_ROAMING_SETTING_CHANGED = 1;
199 private static final int ROAMING_NOTIFICATION_REASON_CARRIER_CONFIG_CHANGED = 2;
200 private static final int ROAMING_NOTIFICATION_REASON_SERVICE_STATE_CHANGED = 3;
201 private static final int ROAMING_NOTIFICATION_REASON_DEFAULT_DATA_SUBS_CHANGED = 4;
sangyund2cfeaa2024-03-31 12:20:40 +0900202 private static final int ROAMING_NOTIFICATION_REASON_DISCONNECTED_SINGLE_NETWORK = 5;
sangyun35f23f82023-07-18 01:37:53 +0900203
204 /** @hide */
205 @Retention(RetentionPolicy.SOURCE)
Jordan Liuff2ccd72019-07-23 15:54:41 -0700206 @IntDef(prefix = {"ROAMING_NOTIFICATION_"},
207 value = {
208 ROAMING_NOTIFICATION_NO_NOTIFICATION,
209 ROAMING_NOTIFICATION_CONNECTED,
210 ROAMING_NOTIFICATION_DISCONNECTED})
211 public @interface RoamingNotification {}
212
213 private static final int ROAMING_NOTIFICATION_NO_NOTIFICATION = 0;
214 private static final int ROAMING_NOTIFICATION_CONNECTED = 1;
215 private static final int ROAMING_NOTIFICATION_DISCONNECTED = 2;
216
217 @RoamingNotification
sangyun35f23f82023-07-18 01:37:53 +0900218 private int mCurrentRoamingNotification = ROAMING_NOTIFICATION_NO_NOTIFICATION;
Jack Yu953f9352017-05-18 14:41:06 -0700219
sangyun35f23f82023-07-18 01:37:53 +0900220 /**
sangyund2cfeaa2024-03-31 12:20:40 +0900221 * If true, update roaming notifications after the Internet is completely disconnected. If
222 * carrier allows only a single data network, wait until the Internet connection is completely
223 * disconnected and then update the roaming notification once more to check if
224 * ONLY_ALLOWED_SINGLE_NETWORK disallow reason is disappeared.
225 */
226 private AtomicBoolean mWaitForInternetDisconnection = new AtomicBoolean(false);
227
228 /**
sangyun35f23f82023-07-18 01:37:53 +0900229 * Reasons that have already shown notification to prevent duplicate shows for the same reason.
230 */
231 private ArraySet<String> mShownNotificationReasons = new ArraySet<>();
Ling Ma317906d2022-12-05 15:58:14 -0800232
sangyun1c1918a2023-11-13 22:37:50 +0900233 // For reorganize_roaming_notification feature disabled.
234 @RoamingNotification
235 private int mPrevRoamingNotification = ROAMING_NOTIFICATION_NO_NOTIFICATION;
236
237 // For reorganize_roaming_notification feature disabled.
238 /** Operator numerics for which we've shown is-roaming notifications. **/
239 private ArraySet<String> mPrevRoamingOperatorNumerics = new ArraySet<>();
240
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700241 private WakeState mWakeState = WakeState.SLEEP;
242
243 private PowerManager mPowerManager;
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700244 private PowerManager.WakeLock mWakeLock;
245 private PowerManager.WakeLock mPartialWakeLock;
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700246 private KeyguardManager mKeyguardManager;
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700247
Jack Yu1a2fc352017-07-14 17:14:37 -0700248 private int mDefaultDataSubId = SubscriptionManager.INVALID_SUBSCRIPTION_ID;
249 private final LocalLog mDataRoamingNotifLog = new LocalLog(50);
250
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700251 // Broadcast receiver for various intent broadcasts (see onCreate())
252 private final BroadcastReceiver mReceiver = new PhoneAppBroadcastReceiver();
253
Ta-wei Yenf0a71bc2017-05-17 12:28:28 -0700254 private final CarrierVvmPackageInstalledReceiver mCarrierVvmPackageInstalledReceiver =
255 new CarrierVvmPackageInstalledReceiver();
256
joonhunshin051ab232024-02-06 02:21:46 +0000257 private SettingsObserver mSettingsObserver;
Siim Sammul182d61b2021-05-04 16:01:42 +0100258 private BinderCallsStats.SettingsObserver mBinderCallsSettingsObserver;
Jack Yu1a2fc352017-07-14 17:14:37 -0700259
Sarah Chin072ffb22022-05-03 17:58:59 -0700260 // Mapping of phone ID to the associated TelephonyCallback. These should be registered without
261 // fine or coarse location since we only use ServiceState for
262 private PhoneAppCallback[] mTelephonyCallbacks;
263
joonhunshin051ab232024-02-06 02:21:46 +0000264 private FeatureFlags mFeatureFlags = new FeatureFlagsImpl();
sangyun15019e02023-11-13 21:50:15 +0900265
Sarah Chin072ffb22022-05-03 17:58:59 -0700266 private class PhoneAppCallback extends TelephonyCallback implements
sangyund2cfeaa2024-03-31 12:20:40 +0900267 TelephonyCallback.ServiceStateListener,
268 TelephonyCallback.DataConnectionStateListener {
Sarah Chin072ffb22022-05-03 17:58:59 -0700269 private final int mSubId;
270
271 PhoneAppCallback(int subId) {
272 mSubId = subId;
273 }
274
275 @Override
276 public void onServiceStateChanged(ServiceState serviceState) {
277 // Note when registering that we should be registering with INCLUDE_LOCATION_DATA_NONE.
278 // PhoneGlobals only uses the state and roaming status, which does not require location.
279 handleServiceStateChanged(serviceState, mSubId);
280 }
281
sangyund2cfeaa2024-03-31 12:20:40 +0900282 @Override
283 public void onDataConnectionStateChanged(int state, int networkType) {
284 if (mSubId == mDefaultDataSubId && state == TelephonyManager.DATA_DISCONNECTED) {
285 // onDataConnectionStateChanged is an event about the state of exact DataNetwork,
286 // but since the DataNetwork of internet may not have been completely removed from
287 // the DataNetworkController list, The post handler event expects the internet data
288 // network to be completely removed from the DataNetworkController list.
289 mHandler.post(() -> {
290 if (mWaitForInternetDisconnection.compareAndSet(true, false)) {
291 Log.d(LOG_TAG, "onDisconnectedInternetDataNetwork.");
292 updateDataRoamingStatus(
293 ROAMING_NOTIFICATION_REASON_DISCONNECTED_SINGLE_NETWORK);
294 }
295 });
296 }
297 }
298
Sarah Chin072ffb22022-05-03 17:58:59 -0700299 public int getSubId() {
300 return mSubId;
301 }
302 }
303
Nazish Tabassum160d2112019-12-23 17:31:33 +0530304 private static class EventSimStateChangedBag {
305 final int mPhoneId;
306 final String mIccStatus;
307
308 EventSimStateChangedBag(int phoneId, String iccStatus) {
309 mPhoneId = phoneId;
310 mIccStatus = iccStatus;
311 }
312 }
313
Jordan Liu06bdef12021-03-24 17:25:46 -0700314 // Some carrier config settings disable the network lock screen, so we call handleSimLock
315 // when either SIM_LOCK or CARRIER_CONFIG changes so that no matter which one happens first,
316 // we still do the right thing
317 private void handleSimLock(int subType, Phone phone) {
318 PersistableBundle cc = getCarrierConfigForSubId(phone.getSubId());
319 if (!CarrierConfigManager.isConfigForIdentifiedCarrier(cc)) {
320 // If we only have the default carrier config just return, to avoid popping up the
321 // the SIM lock screen when it's disabled by the carrier.
322 Log.i(LOG_TAG, "Not showing 'SIM network unlock' screen. Carrier config not loaded");
323 return;
324 }
325 if (cc.getBoolean(CarrierConfigManager.KEY_IGNORE_SIM_NETWORK_LOCKED_EVENTS_BOOL)) {
326 // Some products don't have the concept of a "SIM network lock"
327 Log.i(LOG_TAG, "Not showing 'SIM network unlock' screen. Disabled by carrier config");
328 return;
329 }
330
331 // if passed in subType is unknown, retrieve it here.
332 if (subType == -1) {
Muralidhar Reddy472c2ae2021-09-29 19:38:40 +0000333 final UiccPort uiccPort = phone.getUiccPort();
334 if (uiccPort == null) {
Jordan Liu06bdef12021-03-24 17:25:46 -0700335 Log.e(LOG_TAG,
Muralidhar Reddy472c2ae2021-09-29 19:38:40 +0000336 "handleSimLock: uiccPort for phone " + phone.getPhoneId() + " is null");
Jordan Liu06bdef12021-03-24 17:25:46 -0700337 return;
338 }
Muralidhar Reddy472c2ae2021-09-29 19:38:40 +0000339 final UiccProfile uiccProfile = uiccPort.getUiccProfile();
Jordan Liu06bdef12021-03-24 17:25:46 -0700340 if (uiccProfile == null) {
341 Log.e(LOG_TAG,
342 "handleSimLock: uiccProfile for phone " + phone.getPhoneId() + " is null");
343 return;
344 }
345 subType = uiccProfile.getApplication(
346 uiccProfile.mCurrentAppType).getPersoSubState().ordinal();
347 }
348 // Normal case: show the "SIM network unlock" PIN entry screen.
349 // The user won't be able to do anything else until
350 // they enter a valid SIM network PIN.
351 Log.i(LOG_TAG, "show sim depersonal panel");
352 IccNetworkDepersonalizationPanel.showDialog(phone, subType);
353 }
354
355 private boolean isSimLocked(Phone phone) {
356 TelephonyManager tm = getSystemService(TelephonyManager.class);
357 return tm.createForSubscriptionId(phone.getSubId()).getSimState()
358 == TelephonyManager.SIM_STATE_NETWORK_LOCKED;
359 }
360
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700361 Handler mHandler = new Handler() {
362 @Override
363 public void handleMessage(Message msg) {
364 PhoneConstants.State phoneState;
Jack Yu1a2fc352017-07-14 17:14:37 -0700365 if (VDBG) Log.v(LOG_TAG, "event=" + msg.what);
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700366 switch (msg.what) {
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700367 // TODO: This event should be handled by the lock screen, just
368 // like the "SIM missing" and "Sim locked" cases (bug 1804111).
369 case EVENT_SIM_NETWORK_LOCKED:
Jordan Liu06bdef12021-03-24 17:25:46 -0700370 int subType = (Integer) ((AsyncResult) msg.obj).result;
371 Phone phone = (Phone) ((AsyncResult) msg.obj).userObj;
372 handleSimLock(subType, phone);
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700373 break;
374
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700375 case EVENT_DATA_ROAMING_DISCONNECTED:
Nagendra Prasad Nagarle Basavarajuf668eda2024-02-15 15:02:57 +0000376 if (SubscriptionManagerService.getInstance()
377 .isEsimBootStrapProvisioningActiveForSubId(msg.arg1)) {
378 Log.i(LOG_TAG,
379 "skip notification/warnings during esim bootstrap activation");
380 } else {
381 notificationMgr.showDataRoamingNotification(msg.arg1, false);
382 }
Jordan Liuff2ccd72019-07-23 15:54:41 -0700383 break;
384
385 case EVENT_DATA_ROAMING_CONNECTED:
Nagendra Prasad Nagarle Basavarajuf668eda2024-02-15 15:02:57 +0000386 if (SubscriptionManagerService.getInstance()
387 .isEsimBootStrapProvisioningActiveForSubId(msg.arg1)) {
388 Log.i(LOG_TAG,
389 "skip notification/warnings during esim bootstrap activation");
390 } else {
391 notificationMgr.showDataRoamingNotification(msg.arg1, true);
392 }
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700393 break;
394
395 case EVENT_DATA_ROAMING_OK:
Jordan Liuff2ccd72019-07-23 15:54:41 -0700396 notificationMgr.hideDataRoamingNotification();
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700397 break;
398
399 case MMI_COMPLETE:
400 onMMIComplete((AsyncResult) msg.obj);
401 break;
402
403 case MMI_CANCEL:
Stuart Scottdcf40a92014-12-09 10:45:01 -0800404 PhoneUtils.cancelMmiCode(mCM.getFgPhone());
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700405 break;
406
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700407 case EVENT_SIM_STATE_CHANGED:
Nazish Tabassum160d2112019-12-23 17:31:33 +0530408 EventSimStateChangedBag bag = (EventSimStateChangedBag)msg.obj;
Sarah Chin010884c2023-06-14 15:55:08 -0700409 // Dismiss the "No services" notification if the SIM is removed.
410 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(bag.mIccStatus)) {
411 notificationMgr.dismissNetworkSelectionNotificationForInactiveSubId();
412 }
413
414 // Marks the event where the SIM goes into ready state.
415 // Right now, this is only used for the PUK-unlocking process.
Tyler Gunn3fc09c02020-05-08 16:35:55 -0700416 if (IccCardConstants.INTENT_VALUE_ICC_READY.equals(bag.mIccStatus)
Nazish Tabassum59126a92020-07-03 21:44:49 +0530417 || IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(bag.mIccStatus)
418 || IccCardConstants.INTENT_VALUE_ICC_NOT_READY.equals(bag.mIccStatus)
419 || IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(bag.mIccStatus)) {
Sarah Chin010884c2023-06-14 15:55:08 -0700420 // When the right event is triggered and there are UI objects in the
421 // foreground, we close them to display the lock panel.
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700422 if (mPUKEntryActivity != null) {
Tyler Gunn3fc09c02020-05-08 16:35:55 -0700423 Log.i(LOG_TAG, "Dismiss puk entry activity");
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700424 mPUKEntryActivity.finish();
425 mPUKEntryActivity = null;
426 }
427 if (mPUKEntryProgressDialog != null) {
Tyler Gunn3fc09c02020-05-08 16:35:55 -0700428 Log.i(LOG_TAG, "Dismiss puk progress dialog");
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700429 mPUKEntryProgressDialog.dismiss();
430 mPUKEntryProgressDialog = null;
431 }
Nazish Tabassum59126a92020-07-03 21:44:49 +0530432 Log.i(LOG_TAG, "Dismissing depersonal panel" + (bag.mIccStatus));
Nazish Tabassum160d2112019-12-23 17:31:33 +0530433 IccNetworkDepersonalizationPanel.dialogDismiss(bag.mPhoneId);
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700434 }
435 break;
436
437 case EVENT_UNSOL_CDMA_INFO_RECORD:
438 //TODO: handle message here;
439 break;
Jack Yu1a2fc352017-07-14 17:14:37 -0700440 case EVENT_DATA_ROAMING_SETTINGS_CHANGED:
sangyun1c1918a2023-11-13 22:37:50 +0900441 if (mFeatureFlags.reorganizeRoamingNotification()) {
442 updateDataRoamingStatus(
443 ROAMING_NOTIFICATION_REASON_DATA_ROAMING_SETTING_CHANGED);
444 } else {
445 updateDataRoamingStatusForFeatureDisabled(null);
446 }
sangyun35f23f82023-07-18 01:37:53 +0900447 break;
Jack Yu1a2fc352017-07-14 17:14:37 -0700448 case EVENT_MOBILE_DATA_SETTINGS_CHANGED:
sangyun1c1918a2023-11-13 22:37:50 +0900449 if (mFeatureFlags.reorganizeRoamingNotification()) {
450 updateDataRoamingStatus(ROAMING_NOTIFICATION_REASON_DATA_SETTING_CHANGED);
451 } else {
452 updateDataRoamingStatusForFeatureDisabled(null);
453 }
Jack Yu1a2fc352017-07-14 17:14:37 -0700454 break;
Lei Liu863eac02020-06-24 20:12:55 +0800455 case EVENT_CARRIER_CONFIG_CHANGED:
456 int subId = (Integer) msg.obj;
457 // The voicemail number could be overridden by carrier config, so need to
458 // refresh the message waiting (voicemail) indicator.
459 refreshMwiIndicator(subId);
Jordan Liu06bdef12021-03-24 17:25:46 -0700460 phone = getPhone(subId);
Sarah Chin072ffb22022-05-03 17:58:59 -0700461 if (phone != null) {
462 if (isSimLocked(phone)) {
463 // pass in subType=-1 so handleSimLock can find the actual subType if
464 // needed. This is safe as valid values for subType are >= 0
465 handleSimLock(-1, phone);
466 }
467 TelephonyManager tm = getSystemService(TelephonyManager.class);
468 PhoneAppCallback callback = mTelephonyCallbacks[phone.getPhoneId()];
469 // TODO: We may need to figure out a way to unregister if subId is invalid
470 tm.createForSubscriptionId(callback.getSubId())
471 .unregisterTelephonyCallback(callback);
472 callback = new PhoneAppCallback(subId);
473 tm.createForSubscriptionId(subId).registerTelephonyCallback(
Ling Ma317906d2022-12-05 15:58:14 -0800474 TelephonyManager.INCLUDE_LOCATION_DATA_COARSE, mHandler::post,
Sarah Chin072ffb22022-05-03 17:58:59 -0700475 callback);
476 mTelephonyCallbacks[phone.getPhoneId()] = callback;
477 }
478 break;
479 case EVENT_MULTI_SIM_CONFIG_CHANGED:
480 int activeModems = (int) ((AsyncResult) msg.obj).result;
481 TelephonyManager tm = getSystemService(TelephonyManager.class);
482 // Unregister all previous callbacks
483 for (int phoneId = 0; phoneId < mTelephonyCallbacks.length; phoneId++) {
484 PhoneAppCallback callback = mTelephonyCallbacks[phoneId];
485 if (callback != null) {
486 tm.createForSubscriptionId(callback.getSubId())
487 .unregisterTelephonyCallback(callback);
488 mTelephonyCallbacks[phoneId] = null;
489 }
490 }
491 // Register callbacks for all active modems
492 for (int phoneId = 0; phoneId < activeModems; phoneId++) {
493 int sub = PhoneFactory.getPhone(phoneId).getSubId();
494 PhoneAppCallback callback = new PhoneAppCallback(sub);
495 tm.createForSubscriptionId(sub).registerTelephonyCallback(
496 TelephonyManager.INCLUDE_LOCATION_DATA_NONE, mHandler::post,
497 callback);
498 mTelephonyCallbacks[phoneId] = callback;
Jordan Liu06bdef12021-03-24 17:25:46 -0700499 }
Lei Liu863eac02020-06-24 20:12:55 +0800500 break;
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700501 }
502 }
503 };
504
505 public PhoneGlobals(Context context) {
506 super(context);
507 sMe = this;
joonhunshin051ab232024-02-06 02:21:46 +0000508 if (mFeatureFlags.enforceTelephonyFeatureMappingForPublicApis()) {
509 if (getPackageManager().hasSystemFeature(PackageManager.FEATURE_TELEPHONY)) {
510 mSettingsObserver = new SettingsObserver(context, mHandler);
511 }
512 } else {
513 mSettingsObserver = new SettingsObserver(context, mHandler);
514 }
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700515 }
516
517 public void onCreate() {
518 if (VDBG) Log.v(LOG_TAG, "onCreate()...");
519
520 ContentResolver resolver = getContentResolver();
521
Tomasz Wasilczyka8564412024-05-23 13:30:23 -0700522 if (mFeatureFlags.enforceTelephonyFeatureMappingForPublicApis()
523 && !getResources().getBoolean(
524 com.android.internal.R.bool.config_force_phone_globals_creation)) {
joonhunshin051ab232024-02-06 02:21:46 +0000525 if (!getPackageManager().hasSystemFeature(PackageManager.FEATURE_TELEPHONY)) {
526 Log.v(LOG_TAG, "onCreate()... but not defined FEATURE_TELEPHONY");
527 return;
528 }
529 }
530
Hall Liuaa4211e2021-01-20 15:43:39 -0800531 // Initialize the shim from frameworks/opt/telephony into packages/services/Telephony.
532 TelephonyLocalConnection.setInstance(new LocalConnectionImpl(this));
533
Sarah Chin072ffb22022-05-03 17:58:59 -0700534 TelephonyManager tm = getSystemService(TelephonyManager.class);
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700535 // Cache the "voice capable" flag.
536 // This flag currently comes from a resource (which is
537 // overrideable on a per-product basis):
Sarah Chin072ffb22022-05-03 17:58:59 -0700538 sVoiceCapable = tm.isVoiceCapable();
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700539 // ...but this might eventually become a PackageManager "system
540 // feature" instead, in which case we'd do something like:
541 // sVoiceCapable =
542 // getPackageManager().hasSystemFeature(PackageManager.FEATURE_TELEPHONY_VOICE_CALLS);
543
Stuart Scottdcf40a92014-12-09 10:45:01 -0800544 if (mCM == null) {
Nathan Haroldf9df6ea2019-03-08 11:54:22 -0800545 // Initialize AnomalyReporter early so that it can be used
546 AnomalyReporter.initialize(this);
Nathan Harold0db5c5e2019-01-22 20:18:56 -0800547
Youming Ye47a6adc2018-11-19 15:33:36 -0800548 // Inject telephony component factory if configured using other jars.
549 XmlResourceParser parser = getResources().getXml(R.xml.telephony_injection);
550 TelephonyComponentFactory.getInstance().injectTheComponentFactory(parser);
Hwangoo Parkba21cf22022-11-30 14:34:04 +0000551
552 // Create DomainSelectionResolver always, but it MUST be initialized only when
553 // the device supports AOSP domain selection architecture and
554 // has new IRadio that supports its related HAL APIs.
Hwangoo Parkbf3968c2024-01-19 07:49:22 +0000555 String dssComponentName = getResources().getString(
556 R.string.config_domain_selection_service_component_name);
557 DomainSelectionResolver.make(this, dssComponentName);
Hwangoo Parkba21cf22022-11-30 14:34:04 +0000558
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700559 // Initialize the telephony framework
sangyun15019e02023-11-13 21:50:15 +0900560 PhoneFactory.makeDefaultPhones(this, mFeatureFlags);
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700561
Hwangoo Parkba21cf22022-11-30 14:34:04 +0000562 // Initialize the DomainSelectionResolver after creating the Phone instance
563 // to check the Radio HAL version.
564 if (DomainSelectionResolver.getInstance().isDomainSelectionSupported()) {
Hwangoo Parkbf3968c2024-01-19 07:49:22 +0000565 DomainSelectionResolver.getInstance().initialize();
Daniel Bantab26e96f2022-10-19 23:25:35 +0000566 // Initialize EmergencyStateTracker if domain selection is supported
567 boolean isSuplDdsSwitchRequiredForEmergencyCall = getResources()
568 .getBoolean(R.bool.config_gnss_supl_requires_default_data_for_emergency);
569 EmergencyStateTracker.make(this, isSuplDdsSwitchRequiredForEmergencyCall);
Hunsuk Choic2e3fbc2024-05-10 05:05:17 +0000570 DynamicRoutingController.getInstance().initialize(this);
Hwangoo Parkba21cf22022-11-30 14:34:04 +0000571 }
572
Brad Ebinger05f52c22019-12-05 13:03:21 -0800573 // Only bring up ImsResolver if the device supports having an IMS stack.
574 if (getPackageManager().hasSystemFeature(
575 PackageManager.FEATURE_TELEPHONY_IMS)) {
576 // Get the package name of the default IMS implementation.
577 String defaultImsMmtelPackage = getResources().getString(
578 R.string.config_ims_mmtel_package);
579 String defaultImsRcsPackage = getResources().getString(
580 R.string.config_ims_rcs_package);
Brad Ebingerd1947d82021-05-17 20:54:49 +0000581 ImsResolver.make(this, defaultImsMmtelPackage,
Brad Ebingere3ae65a2020-09-11 12:45:11 -0700582 defaultImsRcsPackage, PhoneFactory.getPhones().length,
joonhunshin42441672024-04-26 01:26:14 +0000583 new ImsFeatureBinderRepository(), mFeatureFlags);
Brad Ebingerd1947d82021-05-17 20:54:49 +0000584 ImsResolver.getInstance().initialize();
Tyler Gunn92479152021-01-20 16:30:10 -0800585
586 // With the IMS phone created, load static config.xml values from the phone process
587 // so that it can be provided to the ImsPhoneCallTracker.
588 for (Phone p : PhoneFactory.getPhones()) {
589 Phone imsPhone = p.getImsPhone();
590 if (imsPhone != null && imsPhone instanceof ImsPhone) {
591 ImsPhone theImsPhone = (ImsPhone) imsPhone;
592 if (theImsPhone.getCallTracker() instanceof ImsPhoneCallTracker) {
593 ImsPhoneCallTracker ict = (ImsPhoneCallTracker)
594 theImsPhone.getCallTracker();
595
596 ImsPhoneCallTracker.Config config = new ImsPhoneCallTracker.Config();
597 config.isD2DCommunicationSupported = getResources().getBoolean(
598 R.bool.config_use_device_to_device_communication);
599 ict.setConfig(config);
600 }
601 }
602 }
Hui Wang068ab862020-10-31 05:12:53 +0000603 RcsProvisioningMonitor.make(this);
Brad Ebinger05f52c22019-12-05 13:03:21 -0800604 }
605
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700606 // Start TelephonyDebugService After the default phone is created.
607 Intent intent = new Intent(this, TelephonyDebugService.class);
608 startService(intent);
609
610 mCM = CallManager.getInstance();
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700611
612 // Create the NotificationMgr singleton, which is used to display
613 // status bar icons and control other status bar behavior.
614 notificationMgr = NotificationMgr.init(this);
615
Aishwarya Mallampati481aeee2023-02-17 21:32:22 +0000616 // Create the SatelliteController singleton, which acts as a backend service for
617 // {@link android.telephony.satellite.SatelliteManager}.
sangyun15019e02023-11-13 21:50:15 +0900618 SatelliteController.make(this, mFeatureFlags);
Sarah Chin5f57c582023-02-14 04:16:10 -0800619
Anthony Lee03ebdfc2015-07-27 08:12:02 -0700620 // Create an instance of CdmaPhoneCallState and initialize it to IDLE
621 cdmaPhoneCallState = new CdmaPhoneCallState();
622 cdmaPhoneCallState.CdmaPhoneCallStateInit();
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700623
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700624 // before registering for phone state changes
625 mPowerManager = (PowerManager) getSystemService(Context.POWER_SERVICE);
626 mWakeLock = mPowerManager.newWakeLock(PowerManager.FULL_WAKE_LOCK, LOG_TAG);
627 // lock used to keep the processor awake, when we don't care for the display.
628 mPartialWakeLock = mPowerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK
629 | PowerManager.ON_AFTER_RELEASE, LOG_TAG);
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700630
631 mKeyguardManager = (KeyguardManager) getSystemService(Context.KEYGUARD_SERVICE);
632
sangyun15019e02023-11-13 21:50:15 +0900633 phoneMgr = PhoneInterfaceManager.init(this, mFeatureFlags);
Santos Cordon406c0342013-08-28 00:07:47 -0700634
joonhunshin2c33ed92023-12-12 14:29:23 +0000635 imsRcsController = ImsRcsController.init(this, mFeatureFlags);
James.cf Linaf3183c2019-10-24 00:59:00 +0800636
joonhunshin21a86812023-12-10 08:21:25 +0000637 configLoader = CarrierConfigLoader.init(this, mFeatureFlags);
Brad Ebinger6c53e7f2023-01-27 16:26:44 -0800638
James.cf Linc9f35a42020-01-15 02:35:22 +0800639 if (getPackageManager().hasSystemFeature(PackageManager.FEATURE_TELEPHONY_IMS)) {
Hunsuk Choi3b742d62021-10-25 19:48:34 +0000640 mImsStateCallbackController =
641 ImsStateCallbackController.make(this, PhoneFactory.getPhones().length);
Brad Ebingera68a4972020-01-30 17:31:23 -0800642 mTelephonyRcsService = new TelephonyRcsService(this,
joonhunshind9dfe8d2024-02-05 09:08:06 +0000643 PhoneFactory.getPhones().length, mFeatureFlags);
Brad Ebingera68a4972020-01-30 17:31:23 -0800644 mTelephonyRcsService.initialize();
James.cf Linc9f35a42020-01-15 02:35:22 +0800645 imsRcsController.setRcsService(mTelephonyRcsService);
joonhunshincffb7fc2021-11-28 07:32:01 +0000646 mImsProvisioningController =
joonhunshin711a8872024-03-19 10:04:08 +0000647 ImsProvisioningController.make(this, PhoneFactory.getPhones().length,
648 mFeatureFlags);
James.cf Linc9f35a42020-01-15 02:35:22 +0800649 }
650
Jack Yu1a2fc352017-07-14 17:14:37 -0700651 // Create the CallNotifier singleton, which handles
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700652 // asynchronous events from the telephony layer (like
653 // launching the incoming-call UI when an incoming call comes
654 // in.)
Brad Ebingera9c6b6d2016-01-07 17:24:16 -0800655 notifier = CallNotifier.init(this);
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700656
Stuart Scottdcf40a92014-12-09 10:45:01 -0800657 PhoneUtils.registerIccStatus(mHandler, EVENT_SIM_NETWORK_LOCKED);
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700658
659 // register for MMI/USSD
660 mCM.registerForMmiComplete(mHandler, MMI_COMPLETE, null);
661
Qiong Liucc3fe812019-09-23 15:25:44 +0800662 // Initialize cell status using current airplane mode.
Taesu Lee62f826d2020-08-10 16:01:18 +0900663 handleAirplaneModeChange(
664 Settings.Global.getInt(
665 getContentResolver(),
666 Settings.Global.AIRPLANE_MODE_ON,
667 AIRPLANE_OFF)
668 == AIRPLANE_ON);
Qiong Liucc3fe812019-09-23 15:25:44 +0800669
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700670 // Register for misc other intent broadcasts.
671 IntentFilter intentFilter =
672 new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED);
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700673 intentFilter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
674 intentFilter.addAction(TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED);
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700675 intentFilter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED);
Jack Yu1a2fc352017-07-14 17:14:37 -0700676 intentFilter.addAction(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED);
677 intentFilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED);
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700678 registerReceiver(mReceiver, intentFilter);
Jack Yuec144222023-12-13 16:03:03 -0800679 int defaultDataSubId = SubscriptionManager.getDefaultDataSubscriptionId();
680 if (SubscriptionManager.isValidSubscriptionId(defaultDataSubId)) {
681 if (VDBG) {
682 Log.v(LOG_TAG, "Loaded initial default data sub: " + defaultDataSubId);
sangyun15019e02023-11-13 21:50:15 +0900683 }
Jack Yuec144222023-12-13 16:03:03 -0800684 mDefaultDataSubId = defaultDataSubId;
685 registerSettingsObserver();
686 updateDataRoamingStatus(ROAMING_NOTIFICATION_REASON_DEFAULT_DATA_SUBS_CHANGED);
sangyundce559b2023-09-11 10:25:55 +0900687 }
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700688
Sarah Chin072ffb22022-05-03 17:58:59 -0700689 PhoneConfigurationManager.registerForMultiSimConfigChange(
690 mHandler, EVENT_MULTI_SIM_CONFIG_CHANGED, null);
691
692 mTelephonyCallbacks = new PhoneAppCallback[tm.getSupportedModemCount()];
Fangyuan Li7f5c2752022-06-29 18:02:31 +0800693 if (tm.getSupportedModemCount() > 0) {
694 for (Phone phone : PhoneFactory.getPhones()) {
695 int subId = phone.getSubId();
696 PhoneAppCallback callback = new PhoneAppCallback(subId);
697 tm.createForSubscriptionId(subId).registerTelephonyCallback(
698 TelephonyManager.INCLUDE_LOCATION_DATA_NONE, mHandler::post, callback);
699 mTelephonyCallbacks[phone.getPhoneId()] = callback;
700 }
Sarah Chin072ffb22022-05-03 17:58:59 -0700701 }
Ta-wei Yenf0a71bc2017-05-17 12:28:28 -0700702 mCarrierVvmPackageInstalledReceiver.register(this);
703
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700704 //set the default values for the preferences in the phone.
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700705 PreferenceManager.setDefaultValues(this, R.xml.call_feature_setting, false);
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700706 }
707
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700708 // XXX pre-load the SimProvider so that it's ready
709 resolver.getType(Uri.parse("content://icc/adn"));
710
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700711 // TODO: Register for Cdma Information Records
712 // phone.registerCdmaInformationRecord(mHandler, EVENT_UNSOL_CDMA_INFO_RECORD, null);
713
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700714 // Read HAC settings and configure audio hardware
715 if (getResources().getBoolean(R.bool.hac_enabled)) {
Stuart Scottdcf40a92014-12-09 10:45:01 -0800716 int hac = android.provider.Settings.System.getInt(
717 getContentResolver(),
718 android.provider.Settings.System.HEARING_AID,
719 0);
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700720 AudioManager audioManager = (AudioManager) getSystemService(Context.AUDIO_SERVICE);
Jordan Liuf71aeef2019-08-21 11:46:09 -0700721 audioManager.setParameters(
722 SettingsConstants.HAC_KEY + "=" + (hac == SettingsConstants.HAC_ENABLED
723 ? SettingsConstants.HAC_VAL_ON : SettingsConstants.HAC_VAL_OFF));
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700724 }
Siim Sammul182d61b2021-05-04 16:01:42 +0100725
726 // Start tracking Binder latency for the phone process.
727 mBinderCallsSettingsObserver = new BinderCallsStats.SettingsObserver(
728 getApplicationContext(),
Siim Sammula6950092021-06-22 17:14:03 +0100729 new BinderCallsStats(
730 new BinderCallsStats.Injector(),
731 com.android.internal.os.BinderLatencyProto.Dims.TELEPHONY));
Santos Cordonff506f52013-11-21 19:13:19 -0800732 }
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700733
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700734 /**
735 * Returns the singleton instance of the PhoneApp.
736 */
Sailesh Nepal1eaf22b2014-02-22 17:00:49 -0800737 public static PhoneGlobals getInstance() {
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700738 if (sMe == null) {
739 throw new IllegalStateException("No PhoneGlobals here!");
740 }
741 return sMe;
742 }
743
744 /**
Stuart Scottdcf40a92014-12-09 10:45:01 -0800745 * Returns the default phone.
746 *
Andrew Lee385019f2014-11-24 14:19:50 -0800747 * WARNING: This method should be used carefully, now that there may be multiple phones.
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700748 */
Andrew Lee83383e42014-10-31 12:42:28 -0700749 public static Phone getPhone() {
Stuart Scottdcf40a92014-12-09 10:45:01 -0800750 return PhoneFactory.getDefaultPhone();
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700751 }
752
Andrew Lee2fcb6c32014-12-04 14:52:35 -0800753 public static Phone getPhone(int subId) {
754 return PhoneFactory.getPhone(SubscriptionManager.getPhoneId(subId));
Andrew Lee385019f2014-11-24 14:19:50 -0800755 }
756
Santos Cordonde10b752013-09-19 04:11:33 -0700757 /* package */ CallManager getCallManager() {
758 return mCM;
759 }
760
Chris Manton4e9fa912015-06-19 11:26:57 -0700761 public PersistableBundle getCarrierConfig() {
Shishir Agrawald3480e02016-01-25 13:05:49 -0800762 return getCarrierConfigForSubId(SubscriptionManager.getDefaultSubscriptionId());
Jonathan Basseri89b0ab42015-05-01 10:52:40 -0700763 }
764
Chris Manton4e9fa912015-06-19 11:26:57 -0700765 public PersistableBundle getCarrierConfigForSubId(int subId) {
Philip P. Moltmann0079aae2020-03-05 16:24:02 -0800766 return configLoader.getConfigForSubIdWithFeature(subId, getOpPackageName(),
767 getAttributionTag());
Junda Liu605148f2015-04-28 15:23:40 -0700768 }
769
Jack Yu1a2fc352017-07-14 17:14:37 -0700770 private void registerSettingsObserver() {
771 mSettingsObserver.unobserve();
772 String dataRoamingSetting = Settings.Global.DATA_ROAMING;
773 String mobileDataSetting = Settings.Global.MOBILE_DATA;
774 if (TelephonyManager.getDefault().getSimCount() > 1) {
775 int subId = mDefaultDataSubId;
776 if (subId != SubscriptionManager.INVALID_SUBSCRIPTION_ID) {
777 dataRoamingSetting += subId;
778 mobileDataSetting += subId;
779 }
780 }
781
782 // Listen for user data roaming setting changed event
783 mSettingsObserver.observe(Settings.Global.getUriFor(dataRoamingSetting),
784 EVENT_DATA_ROAMING_SETTINGS_CHANGED);
785
786 // Listen for mobile data setting changed event
787 mSettingsObserver.observe(Settings.Global.getUriFor(mobileDataSetting),
788 EVENT_MOBILE_DATA_SETTINGS_CHANGED);
789 }
790
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700791 /**
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700792 * Sets the activity responsible for un-PUK-blocking the device
793 * so that we may close it when we receive a positive result.
794 * mPUKEntryActivity is also used to indicate to the device that
795 * we are trying to un-PUK-lock the phone. In other words, iff
796 * it is NOT null, then we are trying to unlock and waiting for
797 * the SIM to move to READY state.
798 *
799 * @param activity is the activity to close when PUK has
800 * finished unlocking. Can be set to null to indicate the unlock
801 * or SIM READYing process is over.
802 */
803 void setPukEntryActivity(Activity activity) {
Tyler Gunn3fc09c02020-05-08 16:35:55 -0700804 Log.i(LOG_TAG, "setPukEntryActivity - set to " + (activity == null ? "null" : "activity"));
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700805 mPUKEntryActivity = activity;
806 }
807
808 Activity getPUKEntryActivity() {
809 return mPUKEntryActivity;
810 }
811
812 /**
813 * Sets the dialog responsible for notifying the user of un-PUK-
814 * blocking - SIM READYing progress, so that we may dismiss it
815 * when we receive a positive result.
816 *
817 * @param dialog indicates the progress dialog informing the user
818 * of the state of the device. Dismissed upon completion of
819 * READYing process
820 */
821 void setPukEntryProgressDialog(ProgressDialog dialog) {
Tyler Gunn3fc09c02020-05-08 16:35:55 -0700822 Log.i(LOG_TAG, "setPukEntryProgressDialog - set to "
823 + (dialog == null ? "null" : "activity"));
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700824 mPUKEntryProgressDialog = dialog;
825 }
826
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700827 KeyguardManager getKeyguardManager() {
828 return mKeyguardManager;
829 }
830
831 private void onMMIComplete(AsyncResult r) {
832 if (VDBG) Log.d(LOG_TAG, "onMMIComplete()...");
833 MmiCode mmiCode = (MmiCode) r.result;
Stuart Scottdcf40a92014-12-09 10:45:01 -0800834 PhoneUtils.displayMMIComplete(mmiCode.getPhone(), getInstance(), mmiCode, null, null);
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700835 }
836
fionaxu80126972017-02-01 17:01:26 -0800837 private void initForNewRadioTechnology() {
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700838 if (DBG) Log.d(LOG_TAG, "initForNewRadioTechnology...");
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700839 notifier.updateCallNotifierRegistrationsAfterRadioTechnologyChange();
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700840 }
841
Taesu Lee62f826d2020-08-10 16:01:18 +0900842 private void handleAirplaneModeChange(boolean isAirplaneNewlyOn) {
Sarah Chin9ec6e1e2022-08-10 13:29:40 -0700843 Log.i(LOG_TAG, "handleAirplaneModeChange: isAirplaneNewlyOn=" + isAirplaneNewlyOn);
Taesu Lee62f826d2020-08-10 16:01:18 +0900844 int cellState =
845 Settings.Global.getInt(
846 getContentResolver(), Settings.Global.CELL_ON, PhoneConstants.CELL_ON_FLAG);
Chris Mantona09f3632016-02-09 14:48:42 -0800847 switch (cellState) {
848 case PhoneConstants.CELL_OFF_FLAG:
Sarah Chin9ec6e1e2022-08-10 13:29:40 -0700849 // Airplane mode does not affect the cell radio if user has turned it off.
850 Log.i(LOG_TAG, "Ignore airplane mode change due to cell off.");
Chris Mantona09f3632016-02-09 14:48:42 -0800851 break;
852 case PhoneConstants.CELL_ON_FLAG:
Taesu Lee62f826d2020-08-10 16:01:18 +0900853 maybeTurnCellOff(isAirplaneNewlyOn);
Chris Mantona09f3632016-02-09 14:48:42 -0800854 break;
855 case PhoneConstants.CELL_OFF_DUE_TO_AIRPLANE_MODE_FLAG:
Taesu Lee62f826d2020-08-10 16:01:18 +0900856 maybeTurnCellOn(isAirplaneNewlyOn);
Chris Mantona09f3632016-02-09 14:48:42 -0800857 break;
858 }
Hall Liu7f56e1a2019-07-10 14:41:14 -0700859 for (Phone phone : PhoneFactory.getPhones()) {
860 phone.getServiceStateTracker().onAirplaneModeChanged(isAirplaneNewlyOn);
861 }
Chris Mantona09f3632016-02-09 14:48:42 -0800862 }
863
864 /*
865 * Returns true if the radio must be turned off when entering airplane mode.
866 */
Taesu Lee62f826d2020-08-10 16:01:18 +0900867 private boolean isCellOffInAirplaneMode() {
868 String airplaneModeRadios =
869 Settings.Global.getString(
870 getContentResolver(), Settings.Global.AIRPLANE_MODE_RADIOS);
Chris Mantona09f3632016-02-09 14:48:42 -0800871 return airplaneModeRadios == null
872 || airplaneModeRadios.contains(Settings.Global.RADIO_CELL);
873 }
874
Taesu Lee62f826d2020-08-10 16:01:18 +0900875 private void setRadioPowerOff() {
Chris Mantona09f3632016-02-09 14:48:42 -0800876 Log.i(LOG_TAG, "Turning radio off - airplane");
Taesu Lee62f826d2020-08-10 16:01:18 +0900877 Settings.Global.putInt(
878 getContentResolver(),
879 Settings.Global.CELL_ON,
880 PhoneConstants.CELL_OFF_DUE_TO_AIRPLANE_MODE_FLAG);
Chris Mantona09f3632016-02-09 14:48:42 -0800881 Settings.Global.putInt(getContentResolver(), Settings.Global.ENABLE_CELLULAR_ON_BOOT, 0);
Taesu Lee62f826d2020-08-10 16:01:18 +0900882 TelephonyProperties.airplane_mode_on(true); // true means int value 1
Chris Mantona09f3632016-02-09 14:48:42 -0800883 PhoneUtils.setRadioPower(false);
Ling Ma317906d2022-12-05 15:58:14 -0800884 clearCacheOnRadioOff();
885 }
886
887 /** Clear fields on power off radio **/
888 private void clearCacheOnRadioOff() {
889 // Re-show is-roaming notifications after APM mode
sangyun1c1918a2023-11-13 22:37:50 +0900890 if (mFeatureFlags.reorganizeRoamingNotification()) {
891 mShownNotificationReasons.clear();
892 } else {
893 mPrevRoamingOperatorNumerics.clear();
894 }
Chris Mantona09f3632016-02-09 14:48:42 -0800895 }
896
Taesu Lee62f826d2020-08-10 16:01:18 +0900897 private void setRadioPowerOn() {
Chris Mantona09f3632016-02-09 14:48:42 -0800898 Log.i(LOG_TAG, "Turning radio on - airplane");
Taesu Lee62f826d2020-08-10 16:01:18 +0900899 Settings.Global.putInt(
900 getContentResolver(), Settings.Global.CELL_ON, PhoneConstants.CELL_ON_FLAG);
901 Settings.Global.putInt(getContentResolver(), Settings.Global.ENABLE_CELLULAR_ON_BOOT, 1);
Meng Wang61307622019-10-23 14:08:43 -0700902 TelephonyProperties.airplane_mode_on(false); // false means int value 0
Chris Mantona09f3632016-02-09 14:48:42 -0800903 PhoneUtils.setRadioPower(true);
904 }
905
Taesu Lee62f826d2020-08-10 16:01:18 +0900906 private void maybeTurnCellOff(boolean isAirplaneNewlyOn) {
Chris Mantona09f3632016-02-09 14:48:42 -0800907 if (isAirplaneNewlyOn) {
Santos Cordone18902f2016-03-22 17:16:04 -0700908 // If we are trying to turn off the radio, make sure there are no active
909 // emergency calls. If there are, switch airplane mode back to off.
Taesu Lee62f826d2020-08-10 16:01:18 +0900910 TelecomManager tm = (TelecomManager) getSystemService(TELECOM_SERVICE);
Tyler Gunn900d8fd2018-09-21 09:22:12 -0700911
912 if (tm != null && tm.isInEmergencyCall()) {
Santos Cordone18902f2016-03-22 17:16:04 -0700913 // Switch airplane mode back to off.
Jordan Liu0e819b12019-08-28 15:33:05 -0700914 ConnectivityManager cm =
Taesu Lee62f826d2020-08-10 16:01:18 +0900915 (ConnectivityManager) getSystemService(CONNECTIVITY_SERVICE);
Jordan Liu0e819b12019-08-28 15:33:05 -0700916 cm.setAirplaneMode(false);
Santos Cordone18902f2016-03-22 17:16:04 -0700917 Toast.makeText(this, R.string.radio_off_during_emergency_call, Toast.LENGTH_LONG)
918 .show();
919 Log.i(LOG_TAG, "Ignoring airplane mode: emergency call. Turning airplane off");
Taesu Lee62f826d2020-08-10 16:01:18 +0900920 } else if (isCellOffInAirplaneMode()) {
921 setRadioPowerOff();
Santos Cordone18902f2016-03-22 17:16:04 -0700922 } else {
Chris Mantona09f3632016-02-09 14:48:42 -0800923 Log.i(LOG_TAG, "Ignoring airplane mode: settings prevent cell radio power off");
Santos Cordone18902f2016-03-22 17:16:04 -0700924 }
Sarah Chin9ec6e1e2022-08-10 13:29:40 -0700925 } else {
926 Log.i(LOG_TAG, "Ignoring airplane mode: not newly on");
Chris Mantona09f3632016-02-09 14:48:42 -0800927 }
928 }
929
Taesu Lee62f826d2020-08-10 16:01:18 +0900930 private void maybeTurnCellOn(boolean isAirplaneNewlyOn) {
Chris Mantona09f3632016-02-09 14:48:42 -0800931 if (!isAirplaneNewlyOn) {
Taesu Lee62f826d2020-08-10 16:01:18 +0900932 setRadioPowerOn();
Sarah Chin9ec6e1e2022-08-10 13:29:40 -0700933 } else {
934 Log.i(LOG_TAG, "Ignoring airplane mode off: radio is already on.");
Santos Cordone18902f2016-03-22 17:16:04 -0700935 }
936 }
937
Santos Cordon593ab382013-08-06 21:58:23 -0700938 /**
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700939 * Receiver for misc intent broadcasts the Phone app cares about.
940 */
941 private class PhoneAppBroadcastReceiver extends BroadcastReceiver {
942 @Override
943 public void onReceive(Context context, Intent intent) {
944 String action = intent.getAction();
945 if (action.equals(Intent.ACTION_AIRPLANE_MODE_CHANGED)) {
Taesu Lee3dc572b2020-08-07 18:16:22 +0900946 boolean airplaneMode = intent.getBooleanExtra("state", false);
Taesu Lee62f826d2020-08-10 16:01:18 +0900947 handleAirplaneModeChange(airplaneMode);
Amit Mahajanf5d92c82018-11-02 17:44:40 -0700948 } else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
949 // re-register as it may be a new IccCard
950 int phoneId = intent.getIntExtra(PhoneConstants.PHONE_KEY,
951 SubscriptionManager.INVALID_PHONE_INDEX);
952 if (SubscriptionManager.isValidPhoneId(phoneId)) {
953 PhoneUtils.unregisterIccStatus(mHandler, phoneId);
954 PhoneUtils.registerIccStatus(mHandler, EVENT_SIM_NETWORK_LOCKED, phoneId);
955 }
Nazish Tabassum160d2112019-12-23 17:31:33 +0530956 String iccStatus = intent.getStringExtra(IccCardConstants.INTENT_KEY_ICC_STATE);
957 mHandler.sendMessage(mHandler.obtainMessage(EVENT_SIM_STATE_CHANGED,
958 new EventSimStateChangedBag(phoneId, iccStatus)));
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700959 } else if (action.equals(TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED)) {
960 String newPhone = intent.getStringExtra(PhoneConstants.PHONE_NAME_KEY);
fionaxu80126972017-02-01 17:01:26 -0800961 Log.d(LOG_TAG, "Radio technology switched. Now " + newPhone + " is active.");
962 initForNewRadioTechnology();
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700963 } else if (action.equals(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED)) {
Sandeep Kuntade73a6a2014-10-15 18:45:56 +0530964 int phoneId = intent.getIntExtra(PhoneConstants.PHONE_KEY, 0);
Srikanth Chintala079912a2016-03-03 16:35:01 +0530965 phoneInEcm = PhoneFactory.getPhone(phoneId);
Sandeep Kuntade73a6a2014-10-15 18:45:56 +0530966 Log.d(LOG_TAG, "Emergency Callback Mode. phoneId:" + phoneId);
967 if (phoneInEcm != null) {
968 if (TelephonyCapabilities.supportsEcm(phoneInEcm)) {
969 Log.d(LOG_TAG, "Emergency Callback Mode arrived in PhoneApp.");
970 // Start Emergency Callback Mode service
Daniel Bright30efde42020-01-09 22:11:15 -0800971 if (intent.getBooleanExtra(
972 TelephonyManager.EXTRA_PHONE_IN_ECM_STATE, false)) {
Sandeep Kuntade73a6a2014-10-15 18:45:56 +0530973 context.startService(new Intent(context,
974 EmergencyCallbackModeService.class));
975 } else {
976 phoneInEcm = null;
977 }
978 } else {
979 // It doesn't make sense to get ACTION_EMERGENCY_CALLBACK_MODE_CHANGED
980 // on a device that doesn't support ECM in the first place.
981 Log.e(LOG_TAG, "Got ACTION_EMERGENCY_CALLBACK_MODE_CHANGED, but "
982 + "ECM isn't supported for phone: " + phoneInEcm.getPhoneName());
983 phoneInEcm = null;
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700984 }
985 } else {
Sandeep Kuntade73a6a2014-10-15 18:45:56 +0530986 Log.w(LOG_TAG, "phoneInEcm is null.");
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700987 }
Jack Yu1a2fc352017-07-14 17:14:37 -0700988 } else if (action.equals(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED)) {
989 // Roaming status could be overridden by carrier config, so we need to update it.
990 if (VDBG) Log.v(LOG_TAG, "carrier config changed.");
sangyun1c1918a2023-11-13 22:37:50 +0900991 if (mFeatureFlags.reorganizeRoamingNotification()) {
992 updateDataRoamingStatus(ROAMING_NOTIFICATION_REASON_CARRIER_CONFIG_CHANGED);
993 } else {
994 updateDataRoamingStatusForFeatureDisabled(null);
995 }
chen xubaf9fe52019-07-02 17:28:24 -0700996 updateLimitedSimFunctionForDualSim();
Lei Liu863eac02020-06-24 20:12:55 +0800997 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX,
998 SubscriptionManager.INVALID_SUBSCRIPTION_ID);
999 if (SubscriptionManager.isValidSubscriptionId(subId)) {
1000 mHandler.sendMessage(mHandler.obtainMessage(EVENT_CARRIER_CONFIG_CHANGED,
1001 new Integer(subId)));
1002 }
Jack Yu1a2fc352017-07-14 17:14:37 -07001003 } else if (action.equals(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED)) {
1004 // We also need to pay attention when default data subscription changes.
1005 if (VDBG) Log.v(LOG_TAG, "default data sub changed.");
1006 mDefaultDataSubId = SubscriptionManager.getDefaultDataSubscriptionId();
1007 registerSettingsObserver();
1008 Phone phone = getPhone(mDefaultDataSubId);
1009 if (phone != null) {
sangyun1c1918a2023-11-13 22:37:50 +09001010 if (mFeatureFlags.reorganizeRoamingNotification()) {
1011 updateDataRoamingStatus(
1012 ROAMING_NOTIFICATION_REASON_DEFAULT_DATA_SUBS_CHANGED);
1013 } else {
1014 updateDataRoamingStatusForFeatureDisabled(null);
1015 }
Jack Yu1a2fc352017-07-14 17:14:37 -07001016 }
Santos Cordon7d4ddf62013-07-10 11:58:08 -07001017 }
1018 }
1019 }
1020
Sarah Chin072ffb22022-05-03 17:58:59 -07001021 private void handleServiceStateChanged(ServiceState serviceState, int subId) {
Jack Yu1a2fc352017-07-14 17:14:37 -07001022 if (VDBG) Log.v(LOG_TAG, "handleServiceStateChanged");
Sarah Chin072ffb22022-05-03 17:58:59 -07001023 int state = serviceState.getState();
1024 notificationMgr.updateNetworkSelection(state, subId);
Jack Yu1a2fc352017-07-14 17:14:37 -07001025
Sarah Chin072ffb22022-05-03 17:58:59 -07001026 if (VDBG) {
1027 Log.v(LOG_TAG, "subId=" + subId + ", mDefaultDataSubId="
1028 + mDefaultDataSubId + ", ss roaming=" + serviceState.getDataRoaming());
1029 }
1030 if (subId == mDefaultDataSubId) {
sangyun1c1918a2023-11-13 22:37:50 +09001031 if (mFeatureFlags.reorganizeRoamingNotification()) {
1032 updateDataRoamingStatus(ROAMING_NOTIFICATION_REASON_SERVICE_STATE_CHANGED);
1033 } else {
1034 updateDataRoamingStatusForFeatureDisabled(serviceState.getOperatorNumeric());
1035 }
Santos Cordon7d4ddf62013-07-10 11:58:08 -07001036 }
1037 }
1038
Jack Yu1a2fc352017-07-14 17:14:37 -07001039 /**
1040 * When roaming, if mobile data cannot be established due to data roaming not enabled, we need
1041 * to notify the user so they can enable it through settings. Vise versa if the condition
1042 * changes, we need to dismiss the notification.
sangyund2cfeaa2024-03-31 12:20:40 +09001043 * @param notificationReason to inform which event is called for notification update.
Jack Yu1a2fc352017-07-14 17:14:37 -07001044 */
sangyund2cfeaa2024-03-31 12:20:40 +09001045 private void updateDataRoamingStatus(@RoamingNotificationReason int notificationReason) {
Jack Yu1a2fc352017-07-14 17:14:37 -07001046 Phone phone = getPhone(mDefaultDataSubId);
1047 if (phone == null) {
1048 Log.w(LOG_TAG, "Can't get phone with sub id = " + mDefaultDataSubId);
1049 return;
1050 }
1051
sangyun35f23f82023-07-18 01:37:53 +09001052 ServiceState serviceState = phone.getServiceState();
Thomas Nguyen4f9c89e2023-12-18 10:51:57 -08001053 if (serviceState == null) {
1054 Log.e(LOG_TAG, "updateDataRoamingStatus: serviceState is null");
1055 return;
1056 }
1057
sangyund2cfeaa2024-03-31 12:20:40 +09001058 List<DataDisallowedReason> disallowReasons = phone.getDataNetworkController()
1059 .getInternetDataDisallowedReasons();
1060
1061 if (mFeatureFlags.roamingNotificationForSingleDataNetwork()) {
1062 if (disallowReasons.contains(DataDisallowedReason.ONLY_ALLOWED_SINGLE_NETWORK)
1063 && disallowReasons.contains(DataDisallowedReason.ROAMING_DISABLED)
1064 && (notificationReason == ROAMING_NOTIFICATION_REASON_DATA_SETTING_CHANGED
1065 || notificationReason
1066 == ROAMING_NOTIFICATION_REASON_DATA_ROAMING_SETTING_CHANGED)) {
1067 // If the ONLY_ALLOWED_SINGLE_NETWORK disallow reason has not yet been removed due
1068 // to a change in mobile_data (including roaming_data) settings, update roaming
1069 // notification again after the Internet is completely disconnected to check
1070 // ONLY_ALLOWED_SINGLE_NETWORK disallow reason is removed.
1071 mWaitForInternetDisconnection.set(true);
1072 Log.d(LOG_TAG, "updateDataRoamingStatus,"
1073 + " wait for internet disconnection for single data network");
1074 } else if (!disallowReasons.contains(DataDisallowedReason.ONLY_ALLOWED_SINGLE_NETWORK)
1075 && mWaitForInternetDisconnection.compareAndSet(true, false)) {
1076 // If the ONLY_ALLOWED_SINGLE_NETWORK disallow reason has been removed,
1077 // no longer wait for Internet disconnection.
1078 Log.d(LOG_TAG, "updateDataRoamingStatus,"
1079 + " cancel to wait for internet disconnection for single data network");
1080 }
1081 }
1082
1083 updateDataRoamingStatus(notificationReason, disallowReasons, serviceState);
1084 }
1085
1086 /**
1087 * When roaming, if mobile data cannot be established due to data roaming not enabled, we need
1088 * to notify the user so they can enable it through settings. Vise versa if the condition
1089 * changes, we need to dismiss the notification.
1090 * @param notificationReason to inform which event is called for notification update.
1091 * @param disallowReasons List of reasons why internet data is not allowed. An empty list if
1092 * internet is allowed.
1093 * @param serviceState Service state from phone
1094 */
1095 private void updateDataRoamingStatus(@RoamingNotificationReason int notificationReason,
1096 List<DataDisallowedReason> disallowReasons, ServiceState serviceState) {
1097
1098 if (VDBG) Log.v(LOG_TAG, "updateDataRoamingStatus");
sangyun35f23f82023-07-18 01:37:53 +09001099 String roamingNumeric = serviceState.getOperatorNumeric();
1100 String roamingNumericReason = "RoamingNumeric=" + roamingNumeric;
sangyund2cfeaa2024-03-31 12:20:40 +09001101 String callingReason = "CallingReason=" + notificationReason;
sangyun35f23f82023-07-18 01:37:53 +09001102 boolean dataIsNowRoaming = serviceState.getDataRoaming();
Jack Yu3e2ac6e2022-03-26 13:59:45 -07001103 boolean dataAllowed;
1104 boolean notAllowedDueToRoamingOff;
sangyund2cfeaa2024-03-31 12:20:40 +09001105 dataAllowed = disallowReasons.isEmpty();
1106 notAllowedDueToRoamingOff = (disallowReasons.size() == 1
1107 && disallowReasons.contains(DataDisallowedReason.ROAMING_DISABLED));
sangyun35f23f82023-07-18 01:37:53 +09001108 StringBuilder sb = new StringBuilder("updateDataRoamingStatus");
1109 sb.append(" dataAllowed=").append(dataAllowed);
sangyund2cfeaa2024-03-31 12:20:40 +09001110 sb.append(", disallowReasons=").append(disallowReasons);
sangyun35f23f82023-07-18 01:37:53 +09001111 sb.append(", dataIsNowRoaming=").append(dataIsNowRoaming);
1112 sb.append(", ").append(roamingNumericReason);
1113 sb.append(", ").append(callingReason);
1114 mDataRoamingNotifLog.log(sb.toString());
Ling Ma317906d2022-12-05 15:58:14 -08001115 if (VDBG) {
sangyun35f23f82023-07-18 01:37:53 +09001116 Log.v(LOG_TAG, sb.toString());
Ling Ma317906d2022-12-05 15:58:14 -08001117 }
Jack Yu3e2ac6e2022-03-26 13:59:45 -07001118
sangyun35f23f82023-07-18 01:37:53 +09001119 // Determine if a given roaming numeric has never been shown.
1120 boolean shownInThisNumeric = false;
sangyund2cfeaa2024-03-31 12:20:40 +09001121 if (notificationReason == ROAMING_NOTIFICATION_REASON_CARRIER_CONFIG_CHANGED
1122 || notificationReason == ROAMING_NOTIFICATION_REASON_SERVICE_STATE_CHANGED) {
sangyun35f23f82023-07-18 01:37:53 +09001123 shownInThisNumeric = mShownNotificationReasons.contains(roamingNumericReason);
1124 }
1125 // Determine if a notification has never been shown by given calling reason.
1126 boolean shownForThisReason = mShownNotificationReasons.contains(callingReason);
1127
Jack Yu3e2ac6e2022-03-26 13:59:45 -07001128 if (!dataAllowed && notAllowedDueToRoamingOff) {
sangyun35f23f82023-07-18 01:37:53 +09001129 if (!shownInThisNumeric && roamingNumeric != null) {
1130 mShownNotificationReasons.add(roamingNumericReason);
1131 }
1132 if (!shownForThisReason
sangyund2cfeaa2024-03-31 12:20:40 +09001133 && notificationReason == ROAMING_NOTIFICATION_REASON_CARRIER_CONFIG_CHANGED) {
sangyun35f23f82023-07-18 01:37:53 +09001134 mShownNotificationReasons.add(callingReason);
Ling Ma4e15c322022-12-07 11:20:53 -08001135 }
Jordan Liuff2ccd72019-07-23 15:54:41 -07001136 // No need to show it again if we never cancelled it explicitly.
sangyun35f23f82023-07-18 01:37:53 +09001137 if (getCurrentRoamingNotification() == ROAMING_NOTIFICATION_DISCONNECTED) {
1138 return;
1139 }
1140
Jack Yu1a2fc352017-07-14 17:14:37 -07001141 // If the only reason of no data is data roaming disabled, then we notify the user
1142 // so the user can turn on data roaming.
sangyun35f23f82023-07-18 01:37:53 +09001143 if (!shownInThisNumeric && !shownForThisReason) {
1144 updateDataRoamingNotification(ROAMING_NOTIFICATION_DISCONNECTED);
1145 } else {
1146 // Don't show roaming notification if we've already shown for this MccMnc
1147 Log.d(LOG_TAG, "Skip roaming disconnected notification since already"
1148 + " shownInThisNumeric=" + shownInThisNumeric
1149 + " shownForThisReason=" + shownForThisReason);
1150 // Dismiss notification if the other notification is shown.
1151 if (getCurrentRoamingNotification() != ROAMING_NOTIFICATION_NO_NOTIFICATION) {
1152 updateDataRoamingNotification(ROAMING_NOTIFICATION_NO_NOTIFICATION);
1153 }
1154 }
1155 } else if (dataAllowed && dataIsNowRoaming) {
1156 if (!shownInThisNumeric && roamingNumeric != null) {
1157 mShownNotificationReasons.add(roamingNumericReason);
1158 }
1159 if (!shownForThisReason
sangyund2cfeaa2024-03-31 12:20:40 +09001160 && notificationReason == ROAMING_NOTIFICATION_REASON_CARRIER_CONFIG_CHANGED) {
sangyun35f23f82023-07-18 01:37:53 +09001161 mShownNotificationReasons.add(callingReason);
1162 }
Sarah Chin37b39072023-11-05 13:28:21 -08001163 boolean shouldShowRoamingNotification = shouldShowRoamingNotification(roamingNumeric);
sangyun35f23f82023-07-18 01:37:53 +09001164 // No need to show it again if we never cancelled it explicitly.
1165 if (getCurrentRoamingNotification() == ROAMING_NOTIFICATION_CONNECTED) {
Ling Ma4e15c322022-12-07 11:20:53 -08001166 return;
1167 }
sangyun35f23f82023-07-18 01:37:53 +09001168
1169 // Inform users that roaming charges may apply.
Sarah Chin37b39072023-11-05 13:28:21 -08001170 if (!shownInThisNumeric && !shownForThisReason && shouldShowRoamingNotification) {
sangyun35f23f82023-07-18 01:37:53 +09001171 updateDataRoamingNotification(ROAMING_NOTIFICATION_CONNECTED);
1172 } else {
1173 // Don't show roaming notification if we've already shown for this MccMnc or
1174 // disabled from carrier config.
1175 Log.d(LOG_TAG, "Skip roaming connected notification since already"
1176 + " shownInThisNumeric:" + shownInThisNumeric
1177 + " shownForThisReason:" + shownForThisReason
Sarah Chin37b39072023-11-05 13:28:21 -08001178 + " shouldShowRoamingNotification:" + shouldShowRoamingNotification);
sangyun35f23f82023-07-18 01:37:53 +09001179 // Dismiss notification if the other notification is shown.
1180 if (getCurrentRoamingNotification() != ROAMING_NOTIFICATION_NO_NOTIFICATION) {
1181 updateDataRoamingNotification(ROAMING_NOTIFICATION_NO_NOTIFICATION);
1182 }
1183 }
1184 } else if (getCurrentRoamingNotification() != ROAMING_NOTIFICATION_NO_NOTIFICATION) {
Jordan Liuff2ccd72019-07-23 15:54:41 -07001185 // Otherwise we either 1) we are not roaming or 2) roaming is off but ROAMING_DISABLED
1186 // is not the only data disable reason. In this case we dismiss the notification we
1187 // showed earlier.
sangyun35f23f82023-07-18 01:37:53 +09001188 updateDataRoamingNotification(ROAMING_NOTIFICATION_NO_NOTIFICATION);
Jack Yu1a2fc352017-07-14 17:14:37 -07001189 }
1190 }
1191
sangyun35f23f82023-07-18 01:37:53 +09001192 private void updateDataRoamingNotification(@RoamingNotification int roamingNotification) {
1193 int event;
1194 switch (roamingNotification) {
1195 case ROAMING_NOTIFICATION_NO_NOTIFICATION:
1196 Log.d(LOG_TAG, "Dismiss roaming notification");
1197 mDataRoamingNotifLog.log("Hide roaming.");
1198 event = EVENT_DATA_ROAMING_OK;
1199 break;
1200 case ROAMING_NOTIFICATION_CONNECTED:
1201 Log.d(LOG_TAG, "Show roaming connected notification");
1202 mDataRoamingNotifLog.log("Show roaming on.");
1203 event = EVENT_DATA_ROAMING_CONNECTED;
1204 break;
1205 case ROAMING_NOTIFICATION_DISCONNECTED:
1206 Log.d(LOG_TAG, "Show roaming disconnected notification");
1207 mDataRoamingNotifLog.log("Show roaming off.");
1208 event = EVENT_DATA_ROAMING_DISCONNECTED;
1209 break;
1210 default:
1211 Log.d(LOG_TAG, "Should never reach here.");
1212 mDataRoamingNotifLog.log("Should never reach here.");
1213 return;
1214 }
1215 mCurrentRoamingNotification = roamingNotification;
1216 mHandler.obtainMessage(event, mDefaultDataSubId, 0).sendToTarget();
1217 }
1218
1219 private @RoamingNotification int getCurrentRoamingNotification() {
1220 return mCurrentRoamingNotification;
1221 }
1222
sangyun1c1918a2023-11-13 22:37:50 +09001223 // For reorganize_roaming_notification feature disabled.
1224 /**
1225 * When roaming, if mobile data cannot be established due to data roaming not enabled, we need
1226 * to notify the user so they can enable it through settings. Vise versa if the condition
1227 * changes, we need to dismiss the notification.
1228 * @param roamingOperatorNumeric The operator numeric for the current roaming. {@code null} if
1229 * the current roaming operator numeric didn't change.
1230 */
1231 private void updateDataRoamingStatusForFeatureDisabled(
1232 @Nullable String roamingOperatorNumeric) {
1233 if (VDBG) Log.v(LOG_TAG, "updateDataRoamingStatusForFeatureDisabled");
1234 Phone phone = getPhone(mDefaultDataSubId);
1235 if (phone == null) {
1236 Log.w(LOG_TAG, "Can't get phone with sub id = " + mDefaultDataSubId);
1237 return;
1238 }
1239
1240 boolean dataAllowed;
1241 boolean notAllowedDueToRoamingOff;
1242 List<DataDisallowedReason> reasons = phone.getDataNetworkController()
1243 .getInternetDataDisallowedReasons();
1244 dataAllowed = reasons.isEmpty();
1245 notAllowedDueToRoamingOff = (reasons.size() == 1
1246 && reasons.contains(DataDisallowedReason.ROAMING_DISABLED));
1247 mDataRoamingNotifLog.log("dataAllowed=" + dataAllowed + ", reasons=" + reasons
1248 + ", roamingOperatorNumeric=" + roamingOperatorNumeric);
1249 if (VDBG) {
1250 Log.v(LOG_TAG, "dataAllowed=" + dataAllowed + ", reasons=" + reasons
1251 + ", roamingOperatorNumeric=" + roamingOperatorNumeric);
1252 }
1253
1254 if (!dataAllowed && notAllowedDueToRoamingOff) {
1255 // Don't show roaming notification if we've already shown for this MccMnc
1256 if (roamingOperatorNumeric != null
1257 && !mPrevRoamingOperatorNumerics.add(roamingOperatorNumeric)) {
1258 Log.d(LOG_TAG, "Skip roaming disconnected notification since already shown in "
1259 + "MccMnc " + roamingOperatorNumeric);
1260 return;
1261 }
1262 // No need to show it again if we never cancelled it explicitly.
1263 if (mPrevRoamingNotification == ROAMING_NOTIFICATION_DISCONNECTED) return;
1264 // If the only reason of no data is data roaming disabled, then we notify the user
1265 // so the user can turn on data roaming.
1266 mPrevRoamingNotification = ROAMING_NOTIFICATION_DISCONNECTED;
1267 Log.d(LOG_TAG, "Show roaming disconnected notification");
1268 mDataRoamingNotifLog.log("Show roaming off.");
1269 Message msg = mHandler.obtainMessage(EVENT_DATA_ROAMING_DISCONNECTED);
1270 msg.arg1 = mDefaultDataSubId;
1271 msg.sendToTarget();
1272 } else if (dataAllowed && dataIsNowRoaming(mDefaultDataSubId)) {
sangyun5abbf7e2024-02-01 00:47:30 +09001273 if (!shouldShowRoamingNotification(roamingOperatorNumeric != null
1274 ? roamingOperatorNumeric : phone.getServiceState().getOperatorNumeric())) {
Sarah Chin37b39072023-11-05 13:28:21 -08001275 Log.d(LOG_TAG, "Skip showing roaming connected notification.");
1276 return;
1277 }
sangyun1c1918a2023-11-13 22:37:50 +09001278 // Don't show roaming notification if we've already shown for this MccMnc
1279 if (roamingOperatorNumeric != null
1280 && !mPrevRoamingOperatorNumerics.add(roamingOperatorNumeric)) {
1281 Log.d(LOG_TAG, "Skip roaming connected notification since already shown in "
1282 + "MccMnc " + roamingOperatorNumeric);
1283 return;
1284 }
1285 // No need to show it again if we never cancelled it explicitly, or carrier config
1286 // indicates this is not needed.
1287 if (mPrevRoamingNotification == ROAMING_NOTIFICATION_CONNECTED) return;
1288 mPrevRoamingNotification = ROAMING_NOTIFICATION_CONNECTED;
1289 Log.d(LOG_TAG, "Show roaming connected notification");
1290 mDataRoamingNotifLog.log("Show roaming on.");
1291 Message msg = mHandler.obtainMessage(EVENT_DATA_ROAMING_CONNECTED);
1292 msg.arg1 = mDefaultDataSubId;
1293 msg.sendToTarget();
1294 } else if (mPrevRoamingNotification != ROAMING_NOTIFICATION_NO_NOTIFICATION) {
1295 // Otherwise we either 1) we are not roaming or 2) roaming is off but ROAMING_DISABLED
1296 // is not the only data disable reason. In this case we dismiss the notification we
1297 // showed earlier.
1298 mPrevRoamingNotification = ROAMING_NOTIFICATION_NO_NOTIFICATION;
1299 Log.d(LOG_TAG, "Dismiss roaming notification");
1300 mDataRoamingNotifLog.log("Hide. data allowed=" + dataAllowed);
1301 mHandler.sendEmptyMessage(EVENT_DATA_ROAMING_OK);
1302 }
1303 }
1304
Jordan Liuff2ccd72019-07-23 15:54:41 -07001305 /**
1306 *
1307 * @param subId to check roaming on
1308 * @return whether we have transitioned to dataRoaming
1309 */
1310 private boolean dataIsNowRoaming(int subId) {
Sarah Chine04784a2022-10-31 20:32:34 -07001311 return getPhone(subId).getServiceState().getDataRoaming();
Jordan Liuff2ccd72019-07-23 15:54:41 -07001312 }
1313
Sarah Chin37b39072023-11-05 13:28:21 -08001314 private boolean shouldShowRoamingNotification(String roamingNumeric) {
1315 PersistableBundle config = getCarrierConfigForSubId(mDefaultDataSubId);
1316 boolean showRoamingNotification = config.getBoolean(
1317 CarrierConfigManager.KEY_SHOW_DATA_CONNECTED_ROAMING_NOTIFICATION_BOOL);
1318
1319 if (TextUtils.isEmpty(roamingNumeric) || !mFeatureFlags.hideRoamingIcon()) {
1320 Log.d(LOG_TAG, "shouldShowRoamingNotification: roamingNumeric=" + roamingNumeric
1321 + ", hideRoaming=" + mFeatureFlags.hideRoamingIcon());
1322 return showRoamingNotification;
1323 }
1324
1325 String[] includedMccMncs = config.getStringArray(CarrierConfigManager
1326 .KEY_DATA_CONNECTED_ROAMING_NOTIFICATION_INCLUDED_MCC_MNCS_STRING_ARRAY);
1327 if (includedMccMncs != null) {
1328 for (String mccMnc : includedMccMncs) {
1329 if (roamingNumeric.equals(mccMnc)) {
1330 Log.d(LOG_TAG, "shouldShowRoamingNotification: show for MCC/MNC " + mccMnc);
1331 return showRoamingNotification;
1332 }
1333 }
1334 }
1335
1336 String[] excludedMccs = config.getStringArray(CarrierConfigManager
1337 .KEY_DATA_CONNECTED_ROAMING_NOTIFICATION_EXCLUDED_MCCS_STRING_ARRAY);
1338 String roamingMcc = roamingNumeric.length() < 3 ? "" : roamingNumeric.substring(0, 3);
1339 if (excludedMccs != null && !TextUtils.isEmpty(roamingMcc)) {
1340 for (String mcc : excludedMccs) {
1341 if (roamingMcc.equals(mcc)) {
1342 Log.d(LOG_TAG, "shouldShowRoamingNotification: ignore for MCC " + mcc);
1343 return false;
1344 }
1345 }
1346 }
1347
1348 if (showRoamingNotification) {
1349 Log.d(LOG_TAG, "shouldShowRoamingNotification: show for numeric " + roamingNumeric);
1350 }
1351 return showRoamingNotification;
1352 }
1353
chen xubaf9fe52019-07-02 17:28:24 -07001354 private void updateLimitedSimFunctionForDualSim() {
1355 if (DBG) Log.d(LOG_TAG, "updateLimitedSimFunctionForDualSim");
1356 // check conditions to display limited SIM function notification under dual SIM
1357 SubscriptionManager subMgr = (SubscriptionManager) getSystemService(
1358 Context.TELEPHONY_SUBSCRIPTION_SERVICE);
1359 List<SubscriptionInfo> subList = subMgr.getActiveSubscriptionInfoList(false);
1360 if (subList != null && subList.size() > 1) {
1361 CarrierConfigManager configMgr = (CarrierConfigManager)
1362 getSystemService(Context.CARRIER_CONFIG_SERVICE);
1363 for (SubscriptionInfo info : subList) {
1364 PersistableBundle b = configMgr.getConfigForSubId(info.getSubscriptionId());
1365 if (b != null) {
1366 if (b.getBoolean(CarrierConfigManager
1367 .KEY_LIMITED_SIM_FUNCTION_NOTIFICATION_FOR_DSDS_BOOL)) {
1368 notificationMgr.showLimitedSimFunctionWarningNotification(
1369 info.getSubscriptionId(),
1370 info.getDisplayName().toString());
1371 } else {
1372 notificationMgr.dismissLimitedSimFunctionWarningNotification(
1373 info.getSubscriptionId());
1374 }
1375 }
1376 }
1377 } else {
1378 // cancel notifications for all subs
1379 notificationMgr.dismissLimitedSimFunctionWarningNotification(
1380 SubscriptionManager.INVALID_SUBSCRIPTION_ID);
1381 }
1382 notificationMgr.dismissLimitedSimFunctionWarningNotificationForInactiveSubs();
1383
1384 }
1385
Sandeep Kuntade73a6a2014-10-15 18:45:56 +05301386 public Phone getPhoneInEcm() {
1387 return phoneInEcm;
1388 }
1389
Santos Cordon7d4ddf62013-07-10 11:58:08 -07001390 /**
Tyler Gunn9c1071f2014-12-09 10:07:54 -08001391 * Triggers a refresh of the message waiting (voicemail) indicator.
1392 *
1393 * @param subId the subscription id we should refresh the notification for.
1394 */
1395 public void refreshMwiIndicator(int subId) {
1396 notificationMgr.refreshMwi(subId);
1397 }
1398
1399 /**
Pengquan Mengdd9ac822018-09-20 15:25:35 -07001400 * Called when the network selection on the subscription {@code subId} is changed by the user.
1401 *
1402 * @param subId the subscription id.
1403 */
1404 public void onNetworkSelectionChanged(int subId) {
1405 Phone phone = getPhone(subId);
1406 if (phone != null) {
1407 notificationMgr.updateNetworkSelection(phone.getServiceState().getState(), subId);
1408 } else {
1409 Log.w(LOG_TAG, "onNetworkSelectionChanged on null phone, subId: " + subId);
1410 }
1411 }
1412
1413 /**
James.cf Lin4b784aa2021-01-31 03:25:15 +08001414 * @return whether the device supports RCS User Capability Exchange or not.
1415 */
1416 public boolean getDeviceUceEnabled() {
1417 return (mTelephonyRcsService == null) ? false : mTelephonyRcsService.isDeviceUceEnabled();
1418 }
1419
1420 /**
1421 * Set the device supports RCS User Capability Exchange.
1422 * @param isEnabled true if the device supports UCE.
1423 */
1424 public void setDeviceUceEnabled(boolean isEnabled) {
1425 if (mTelephonyRcsService != null) {
1426 mTelephonyRcsService.setDeviceUceEnabled(isEnabled);
1427 }
1428 }
1429
1430 /**
Jack Yu1a2fc352017-07-14 17:14:37 -07001431 * Dump the state of the object, add calls to other objects as desired.
1432 *
1433 * @param fd File descriptor
1434 * @param printWriter Print writer
1435 * @param args Arguments
1436 */
1437 public void dump(FileDescriptor fd, PrintWriter printWriter, String[] args) {
1438 IndentingPrintWriter pw = new IndentingPrintWriter(printWriter, " ");
1439 pw.println("------- PhoneGlobals -------");
1440 pw.increaseIndent();
sangyun15019e02023-11-13 21:50:15 +09001441 pw.println("FeatureFlags:");
1442 pw.increaseIndent();
sangyun1c1918a2023-11-13 22:37:50 +09001443 pw.println("reorganizeRoamingNotification="
1444 + mFeatureFlags.reorganizeRoamingNotification());
sangyund5f37ab2023-11-13 22:52:28 +09001445 pw.println("dismissNetworkSelectionNotificationOnSimDisable="
1446 + mFeatureFlags.dismissNetworkSelectionNotificationOnSimDisable());
sangyun15019e02023-11-13 21:50:15 +09001447 pw.decreaseIndent();
sangyun1c1918a2023-11-13 22:37:50 +09001448 if (mFeatureFlags.reorganizeRoamingNotification()) {
1449 pw.println("mCurrentRoamingNotification=" + mCurrentRoamingNotification);
1450 } else {
1451 pw.println("mPrevRoamingNotification=" + mPrevRoamingNotification);
1452 }
Jack Yu1a2fc352017-07-14 17:14:37 -07001453 pw.println("mDefaultDataSubId=" + mDefaultDataSubId);
Keun young Parkdebb8532019-05-30 16:35:27 -07001454 pw.println("isSmsCapable=" + TelephonyManager.from(this).isSmsCapable());
sangyun35f23f82023-07-18 01:37:53 +09001455 pw.println("mDataRoamingNotifLog:");
Jack Yu1a2fc352017-07-14 17:14:37 -07001456 pw.increaseIndent();
1457 mDataRoamingNotifLog.dump(fd, pw, args);
1458 pw.decreaseIndent();
Brad Ebinger05f52c22019-12-05 13:03:21 -08001459 pw.println("ImsResolver:");
1460 pw.increaseIndent();
1461 try {
Brad Ebingerd1947d82021-05-17 20:54:49 +00001462 if (ImsResolver.getInstance() != null) ImsResolver.getInstance().dump(fd, pw, args);
Brad Ebinger05f52c22019-12-05 13:03:21 -08001463 } catch (Exception e) {
1464 e.printStackTrace();
1465 }
1466 pw.decreaseIndent();
Brad Ebingera68a4972020-01-30 17:31:23 -08001467 pw.println("RcsService:");
1468 try {
1469 if (mTelephonyRcsService != null) mTelephonyRcsService.dump(fd, pw, args);
1470 } catch (Exception e) {
1471 e.printStackTrace();
1472 }
Hunsuk Choi89bd22c2021-11-01 13:04:54 +00001473 pw.println("ImsStateCallbackController:");
1474 try {
1475 if (mImsStateCallbackController != null) mImsStateCallbackController.dump(pw);
1476 } catch (Exception e) {
1477 e.printStackTrace();
1478 }
Hwangoo Parkba21cf22022-11-30 14:34:04 +00001479 pw.println("DomainSelectionResolver:");
1480 pw.increaseIndent();
1481 try {
1482 if (DomainSelectionResolver.getInstance() != null) {
1483 DomainSelectionResolver.getInstance().dump(fd, pw, args);
1484 }
1485 } catch (Exception e) {
1486 e.printStackTrace();
1487 }
1488 pw.decreaseIndent();
Jack Yu1a2fc352017-07-14 17:14:37 -07001489 pw.decreaseIndent();
sangyun1c1918a2023-11-13 22:37:50 +09001490 if (mFeatureFlags.reorganizeRoamingNotification()) {
1491 pw.println("mShownNotificationReasons=" + mShownNotificationReasons);
1492 } else {
1493 pw.println("mPrevRoamingOperatorNumerics:" + mPrevRoamingOperatorNumerics);
1494 }
Jack Yu1a2fc352017-07-14 17:14:37 -07001495 pw.println("------- End PhoneGlobals -------");
1496 }
Santos Cordon7d4ddf62013-07-10 11:58:08 -07001497}