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

Commit c3e4e2c0 authored by Serik Beketayev's avatar Serik Beketayev
Browse files

[IRadioConfig] Removing SimSlotStatus.cardActive

Cleaning this up, since structure was changed for AIDL.

Bug: 205585789
Test: m
Change-Id: Ia59a1f1e3b66cd45f8ad9d1f4c2fb3af5fb09dc0
parent 8824d6c0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@
package android.hardware.radio.config;
@VintfStability
parcelable SimSlotStatus {
  boolean cardActive;
  int cardState;
  String atr;
  String eid;
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ import android.hardware.radio.config.SimPortInfo;

@VintfStability
parcelable SimSlotStatus {
    boolean cardActive;
    /**
     * Card state in the physical slot. Values are CardStatus.[STATE_ABSENT, STATE_PRESENT,
     * STATE_ERROR, STATE_RESTRICTED].