mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Merge "Rename from ephlmn to ehplmn" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
4f2095cf74
@@ -41,7 +41,7 @@ parcelable CarrierInfo {
|
||||
@nullable String gid1;
|
||||
@nullable String gid2;
|
||||
@nullable String imsiPrefix;
|
||||
@nullable List<android.hardware.radio.sim.Plmn> ephlmn;
|
||||
@nullable List<android.hardware.radio.sim.Plmn> ehplmn;
|
||||
@nullable String iccid;
|
||||
@nullable String impi;
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@ parcelable CarrierInfo {
|
||||
* Equivalent HPLMN of the SIM card of the Carrier.
|
||||
*/
|
||||
@nullable
|
||||
List<Plmn> ephlmn;
|
||||
List<Plmn> ehplmn;
|
||||
/**
|
||||
* ICCID (Integrated Circuit Card Identification) of the SIM card.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user