[Settings] Correct some typo

Bug: 193026761
Test: build pass
Change-Id: Ic710c84e5aca093381c5e06d4f6e987cf6f729a7
(cherry picked from commit 4c2dfa26e3)
This commit is contained in:
Bonian Chen
2021-07-07 23:44:04 +08:00
parent b65883e22f
commit fcfb4b53ed

View File

@@ -229,7 +229,7 @@ public class SubscriptionUtil {
} }
/** /**
* Return a mapping of active subscription ids to diaplay names. Each display name is * Return a mapping of active subscription ids to display names. Each display name is
* guaranteed to be unique in the following manner: * guaranteed to be unique in the following manner:
* 1) If the original display name is not unique, the last four digits of the phone number * 1) If the original display name is not unique, the last four digits of the phone number
* will be appended. * will be appended.
@@ -237,7 +237,7 @@ public class SubscriptionUtil {
* subscription, the subscription id will be appended to the original display name. * subscription, the subscription id will be appended to the original display name.
* More details can be found at go/unique-sub-display-names. * More details can be found at go/unique-sub-display-names.
* *
* @return map of active subscription ids to diaplay names. * @return map of active subscription ids to display names.
*/ */
@VisibleForTesting @VisibleForTesting
public static Map<Integer, CharSequence> getUniqueSubscriptionDisplayNames(Context context) { public static Map<Integer, CharSequence> getUniqueSubscriptionDisplayNames(Context context) {
@@ -328,7 +328,7 @@ public class SubscriptionUtil {
* subscription, the subscription id will be appended to the original display name. * subscription, the subscription id will be appended to the original display name.
* More details can be found at go/unique-sub-display-names. * More details can be found at go/unique-sub-display-names.
* *
* @return map of active subscription ids to diaplay names. * @return map of active subscription ids to display names.
*/ */
@VisibleForTesting @VisibleForTesting
public static CharSequence getUniqueSubscriptionDisplayName( public static CharSequence getUniqueSubscriptionDisplayName(
@@ -346,7 +346,7 @@ public class SubscriptionUtil {
* subscription, the subscription id will be appended to the original display name. * subscription, the subscription id will be appended to the original display name.
* More details can be found at go/unique-sub-display-names. * More details can be found at go/unique-sub-display-names.
* *
* @return map of active subscription ids to diaplay names. * @return map of active subscription ids to display names.
*/ */
public static CharSequence getUniqueSubscriptionDisplayName( public static CharSequence getUniqueSubscriptionDisplayName(
SubscriptionInfo info, Context context) { SubscriptionInfo info, Context context) {