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

Commit 4bf02f22 authored by SongFerng Wang's avatar SongFerng Wang Committed by Automerger Merge Worker
Browse files

Merge "Rename AllowedNetworkType to AllowedNetworkTypes" am: dfbd3a40

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1614991

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ibd2061cb4d29d9b129e91a68c4e6c20fdea9c5c7
parents cdbc51fa dfbd3a40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -522,8 +522,8 @@ public interface RILConstants {
    int RIL_REQUEST_GET_SYSTEM_SELECTION_CHANNELS = 219;
    int RIL_REQUEST_GET_HAL_DEVICE_CAPABILITIES = 220;
    int RIL_REQUEST_SET_DATA_THROTTLING = 221;
    int RIL_REQUEST_SET_ALLOWED_NETWORK_TYPE_BITMAP = 222;
    int RIL_REQUEST_GET_ALLOWED_NETWORK_TYPE_BITMAP = 223;
    int RIL_REQUEST_SET_ALLOWED_NETWORK_TYPES_BITMAP = 222;
    int RIL_REQUEST_GET_ALLOWED_NETWORK_TYPES_BITMAP = 223;

    /* Responses begin */
    int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;