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

Commit 613e7b3a authored by chen xu's avatar chen xu
Browse files

add NonNull and Nullable annotation to APIs

Bug: 126699430
Bug: 126699963
Bug: 126700457
Bug: 126700771
Bug: 126702453
Bug: 123939479

Test: Build
Change-Id: I1e48d72475878682a85ccd16d987d9d385f5f390
parent ed8174c8
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