[IRadioConfig] Removing SimSlotStatus.cardActive am: 23692c7e20
am: 6e506b6756
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1895279 Change-Id: I759deafccd265779d306bd075a0ab5ec04d6c514
This commit is contained in:
commit
f570125baa
2 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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].
|
||||||
|
|
Loading…
Reference in a new issue