Rename from ephlmn to ehplmn

Bug: 314835886
Test: build successfully
Change-Id: I9c335fb9628c7a9cfd38da64592c3a09d26f85a7
This commit is contained in:
arunvoddu
2024-01-11 16:50:08 +00:00
parent 460f748fc3
commit cb228e122c
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -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.
*/