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

Commit 5516b103 authored by Chen Xu's avatar Chen Xu Committed by android-build-merger
Browse files

Merge "add NonNull and Nullable annotation to APIs" am: ade80819

am: 552a1002

Change-Id: I98a30a7777c8da0f7aad7b5cf3ce2e9dd3bfc223
parents e4971eab 552a1002
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2845,9 +2845,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