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

Commit 7dabd134 authored by Thiébaud Weksteen's avatar Thiébaud Weksteen Committed by Gerrit Code Review
Browse files

Merge "Add constants for AllowedNetworkTypeBitmap"

parents 6b53652d 7e242b5b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -521,6 +521,8 @@ public interface RILConstants {
    int RIL_REQUEST_CANCEL_HANDOVER = 218;
    int RIL_REQUEST_GET_SYSTEM_SELECTION_CHANNELS = 219;
    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;

    /* Responses begin */
    int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;