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

Commit 29473291 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Correct the API name print"

parents 2d0c7bca 8d3b7142
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>";
        }
    }