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

Commit 552a1002 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

Change-Id: I5deb8f98410f4eec890b89f6f0a7dbef018fc3f4
parents 211258d5 ade80819
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