Merge "Rename from ephlmn to ehplmn" into main

This commit is contained in:
Treehugger Robot
2024-01-12 20:17:11 +00:00
committed by Android (Google) Code Review
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.
*/