mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Rename from ephlmn to ehplmn
Bug: 314835886 Test: build successfully Change-Id: I9c335fb9628c7a9cfd38da64592c3a09d26f85a7
This commit is contained in:
@@ -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