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

Commit 4ee44083 authored by arunvoddu's avatar arunvoddu
Browse files

HAL changes to remove the carrierId

Bug: 189884347
Test: Build successfully
Change-Id: I8a9ffc5f631c2ecb26e0a5f2d3ee1ccc9a0f853f
parent 46c36d8a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ parcelable CarrierRestrictions {
  android.hardware.radio.sim.Carrier[] excludedCarriers;
  boolean allowedCarriersPrioritized;
  android.hardware.radio.sim.CarrierRestrictions.CarrierRestrictionStatus status;
  int carrierId;
  @Backing(type="int") @VintfStability
  enum CarrierRestrictionStatus {
    UNKNOWN = 0,
+0 −5
Original line number Diff line number Diff line
@@ -58,9 +58,4 @@ parcelable CarrierRestrictions {
    boolean allowedCarriersPrioritized;
    /** Current restriction status as defined in CarrierRestrictionStatus enum */
    CarrierRestrictionStatus status;
    /**
    * Android carrier ID of the locked carrier.
    * see https://source.android.com/docs/core/connect/carrierid
    */
    int carrierId;
}