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

Commit 1f6aff84 authored by Sarah Chin's avatar Sarah Chin
Browse files

Remove deprecated/unused APIs from IRadio AIDL

Test: build
Bug: 199433581
Change-Id: I6cc0e2103803f3d56a9ed451645b6d8bab29e507
parent e51ea5f4
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