From 301df3d935062e8e13e24c9752713d461b886f10 Mon Sep 17 00:00:00 2001 From: calvinpan Date: Tue, 5 May 2020 11:52:25 +0800 Subject: [PATCH] Update getSimCarrierId() document Carrier_list.pb move to latest_carrierid/ folder, so update the description. Bug: 155254987 Test: Build pass Change-Id: Iacf1bfe68fa86194e8b75cbfce9aa37c0abfbca3 Merged-In: Iacf1bfe68fa86194e8b75cbfce9aa37c0abfbca3 --- telephony/java/android/telephony/TelephonyManager.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index e57402d38a2fb..7d1398b51ec80 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -10314,7 +10314,7 @@ public class TelephonyManager { *

To recognize a carrier (including MVNO) as a first-class identity, Android assigns each * carrier with a canonical integer a.k.a. carrier id. The carrier ID is an Android * platform-wide identifier for a carrier. AOSP maintains carrier ID assignments in - * here + * here * *

Apps which have carrier-specific configurations or business logic can use the carrier id * as an Android platform-wide identifier for carriers. @@ -10376,7 +10376,7 @@ public class TelephonyManager { * *

For carriers without fine-grained specific carrier ids, return {@link #getSimCarrierId()} *

Specific carrier ids are defined in the same way as carrier id - * here + * here * except each with a "parent" id linking to its top-level carrier id. * * @return Returns fine-grained carrier id of the current subscription. @@ -10425,7 +10425,7 @@ public class TelephonyManager { * This is used for fallback when configurations/logic for exact carrier id * {@link #getSimCarrierId()} are not found. * - * Android carrier id table here + * Android carrier id table here * can be updated out-of-band, its possible a MVNO (Mobile Virtual Network Operator) carrier * was not fully recognized and assigned to its MNO (Mobile Network Operator) carrier id * by default. After carrier id table update, a new carrier id was assigned. If apps don't @@ -10452,7 +10452,7 @@ public class TelephonyManager { * used for fallback when configurations/logic for exact carrier id {@link #getSimCarrierId()} * are not found. * - * Android carrier id table here + * Android carrier id table here * can be updated out-of-band, its possible a MVNO (Mobile Virtual Network Operator) carrier * was not fully recognized and assigned to its MNO (Mobile Network Operator) carrier id * by default. After carrier id table update, a new carrier id was assigned. If apps don't