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

Commit 678d13cc authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Correct the API name print" am: 29473291

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

Change-Id: I821665311313236f8a8da8838a4f7b0772dfa0c2
parents aebc2bbc 29473291
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6952,9 +6952,9 @@ public class RIL extends BaseCommands implements CommandsInterface {
            case RIL_REQUEST_SET_DATA_THROTTLING:
                return "RIL_REQUEST_SET_DATA_THROTTLING";
            case RIL_REQUEST_SET_ALLOWED_NETWORK_TYPES_BITMAP:
                return "RIL_REQUEST_SET_ALLOWED_NETWORK_TYPE_BITMAP";
                return "RIL_REQUEST_SET_ALLOWED_NETWORK_TYPES_BITMAP";
            case RIL_REQUEST_GET_ALLOWED_NETWORK_TYPES_BITMAP:
                return "RIL_REQUEST_GET_ALLOWED_NETWORK_TYPE_BITMAP";
                return "RIL_REQUEST_GET_ALLOWED_NETWORK_TYPES_BITMAP";
            default: return "<unknown request>";
        }
    }