[IRadioConfig] Removing SimSlotStatus.cardActive

Cleaning this up, since structure was changed for AIDL.

Bug: 205585789
Test: m
Change-Id: Ia59a1f1e3b66cd45f8ad9d1f4c2fb3af5fb09dc0
Merged-In: Ia59a1f1e3b66cd45f8ad9d1f4c2fb3af5fb09dc0
This commit is contained in:
Serik Beketayev 2021-11-17 17:18:29 -08:00
parent b75e7b43c5
commit 23692c7e20
2 changed files with 0 additions and 2 deletions

View file

@ -34,7 +34,6 @@
package android.hardware.radio.config; package android.hardware.radio.config;
@VintfStability @VintfStability
parcelable SimSlotStatus { parcelable SimSlotStatus {
boolean cardActive;
int cardState; int cardState;
String atr; String atr;
String eid; String eid;

View file

@ -20,7 +20,6 @@ import android.hardware.radio.config.SimPortInfo;
@VintfStability @VintfStability
parcelable SimSlotStatus { parcelable SimSlotStatus {
boolean cardActive;
/** /**
* Card state in the physical slot. Values are CardStatus.[STATE_ABSENT, STATE_PRESENT, * Card state in the physical slot. Values are CardStatus.[STATE_ABSENT, STATE_PRESENT,
* STATE_ERROR, STATE_RESTRICTED]. * STATE_ERROR, STATE_RESTRICTED].