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

Commit edc2c734 authored by Amit Mahajan's avatar Amit Mahajan Committed by Android Git Automerger
Browse files

am 15803d4a: am 1213bf83: Merge "Add a constant for invalid profile id value" into lmp-mr1-dev

* commit '15803d4a':
  Add a constant for invalid profile id value
parents 11d3d101 15803d4a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -161,6 +161,7 @@ cat include/telephony/ril.h | \
    public static final int DATA_PROFILE_FOTA      = 3;
    public static final int DATA_PROFILE_CBS       = 4;
    public static final int DATA_PROFILE_OEM_BASE  = 1000;
    public static final int DATA_PROFILE_INVALID   = 0xFFFFFFFF;

    int RIL_REQUEST_GET_SIM_STATUS = 1;
    int RIL_REQUEST_ENTER_SIM_PIN = 2;