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

Commit 96dbeb8c authored by Aman Gupta's avatar Aman Gupta Committed by Presubmit Automerger Backend
Browse files

[automerge] Replacing the null check with TextUtils isEmpty function check. This 2p: a6ae7e79

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/16985899

Bug: 218603161
Change-Id: I62f1f793f4a0175da602ca71109c7fe8df023038
parents 694b941c a6ae7e79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1873,7 +1873,7 @@ public class EuiccController extends IEuiccController.Stub {
                if (portInfo.isActive()) {
                    // A port is available if it has no profiles enabled on it or calling app has
                    // Carrier privilege over the profile installed on the selected port.
                    if (portInfo.getIccId() == null) {
                    if (TextUtils.isEmpty(portInfo.getIccId())) {
                        return true;
                    }
                    UiccPort uiccPort =