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

Commit 103b0c86 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6134793 from 8fc09eaa to qt-qpr3-release

Change-Id: Ia61dd205bd3282c8e8ef4ad796a14782aaf34684
parents 1a06b993 8fc09eaa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -438,7 +438,7 @@ public class UiccCarrierPrivilegeRules extends Handler {
            CommandException.Error error = ((CommandException) (ar.exception)).getCommandError();
            int[] results = (int[]) ar.result;
            int statusCode = 0;
            if (results.length == 3) {
            if (ar.result != null && results.length == 3) {
                byte[] bytes = new byte[]{(byte) results[1], (byte) results[2]};
                statusCode = Integer.parseInt(IccUtils.bytesToHexString(bytes), 16);
                log("status code: " + String.valueOf(statusCode));