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

Commit da10904e authored by Sarah Chin's avatar Sarah Chin
Browse files

Add JavaDerive toString to AIDL classes

Test: manually verify logcat
Bug: 223230764
Change-Id: If6d459823d3d6ceb0d7c49ba00f01268482128f6
parent 0a6851cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.radio.config;
@VintfStability
@JavaDerive(toString=true) @VintfStability
parcelable PhoneCapability {
  byte maxActiveData;
  byte maxActiveInternetData;
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.radio.config;
@VintfStability
@JavaDerive(toString=true) @VintfStability
parcelable SimPortInfo {
  String iccId;
  int logicalSlotId;
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.radio.config;
@VintfStability
@JavaDerive(toString=true) @VintfStability
parcelable SimSlotStatus {
  int cardState;
  String atr;
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.radio.config;
@VintfStability
@JavaDerive(toString=true) @VintfStability
parcelable SlotPortMapping {
  int physicalSlotId;
  int portId;
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.radio.data;
@Backing(type="int") @VintfStability
@Backing(type="int") @JavaDerive(toString=true) @VintfStability
enum ApnAuthType {
  NO_PAP_NO_CHAP = 0,
  PAP_NO_CHAP = 1,
Loading