Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ade80819 authored by Chen Xu's avatar Chen Xu Committed by Gerrit Code Review
Browse files

Merge "add NonNull and Nullable annotation to APIs"

parents 30cdeeae 613e7b3a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2842,9 +2842,8 @@ public class DcTracker extends Handler {
                        cause, cid, mTelephonyManager.getNetworkType());
            }
            ApnSetting apn = apnContext.getApnSetting();
            mPhone.notifyPreciseDataConnectionFailed(
                    apnContext.getApnType(), apn != null ? apn.getApnName()
                    : "unknown", cause);
            mPhone.notifyPreciseDataConnectionFailed(apnContext.getApnType(),
                    apn != null ? apn.getApnName() : null, cause);

            // Compose broadcast intent send to the specific carrier signaling receivers
            Intent intent = new Intent(TelephonyIntents