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

Commit dc197374 authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

Merge "Remove deprecated/unused APIs from IRadio AIDL" am: 2d1a006a

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1888342

Change-Id: I114421baca55b10dd320584f985be19f40c04a93
parents 5e070c73 2d1a006a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ parcelable SliceInfo {
  byte sliceServiceType;
  int sliceDifferentiator;
  byte mappedHplmnSst;
  int mappedHplmnSD;
  int mappedHplmnSd;
  byte status;
  const byte SERVICE_TYPE_NONE = 0;
  const byte SERVICE_TYPE_EMBB = 1;
+1 −1
Original line number Diff line number Diff line
@@ -39,5 +39,5 @@ parcelable CellIdentityCdma {
  int baseStationId;
  int longitude;
  int latitude;
  android.hardware.radio.network.CellIdentityOperatorNames operatorNames;
  android.hardware.radio.network.OperatorInfo operatorNames;
}
+1 −1
Original line number Diff line number Diff line
@@ -40,6 +40,6 @@ parcelable CellIdentityGsm {
  int cid;
  int arfcn;
  byte bsic;
  android.hardware.radio.network.CellIdentityOperatorNames operatorNames;
  android.hardware.radio.network.OperatorInfo operatorNames;
  String[] additionalPlmns;
}
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ parcelable CellIdentityLte {
  int pci;
  int tac;
  int earfcn;
  android.hardware.radio.network.CellIdentityOperatorNames operatorNames;
  android.hardware.radio.network.OperatorInfo operatorNames;
  int bandwidth;
  String[] additionalPlmns;
  @nullable android.hardware.radio.network.ClosedSubscriberGroupInfo csgInfo;
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ parcelable CellIdentityNr {
  int pci;
  int tac;
  int nrarfcn;
  android.hardware.radio.network.CellIdentityOperatorNames operatorNames;
  android.hardware.radio.network.OperatorInfo operatorNames;
  String[] additionalPlmns;
  android.hardware.radio.network.NgranBands[] bands;
}
Loading