Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43665939 authored by Calvin Pan's avatar Calvin Pan
Browse files

Clear <plurals> in TextUtils

Bug: 199230228
Test: make
Change-Id: I3c0422b588a954a9e32fdcc94ea3946dbccddcd0
parent a9ace2c6
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -2070,15 +2070,6 @@ public class TextUtils {
            : View.LAYOUT_DIRECTION_LTR;
    }

    /**
     * Return localized string representing the given number of selected items.
     *
     * @hide
     */
    public static CharSequence formatSelectedCount(int count) {
        return Resources.getSystem().getQuantityString(R.plurals.selected_count, count, count);
    }

    /**
     * Simple alternative to {@link String#format} which purposefully supports
     * only a small handful of substitutions to improve execution speed.
+0 −6
Original line number Diff line number Diff line
@@ -5372,12 +5372,6 @@
    <!-- Default notification text to be displayed in screening call notifications [CHAR LIMIT=40] -->
    <string name="call_notification_screening_text">Screening an incoming call</string>

    <!-- Label describing the number of selected items [CHAR LIMIT=48] -->
    <plurals name="selected_count">
        <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> selected</item>
        <item quantity="other"><xliff:g id="count" example="3">%1$d</xliff:g> selected</item>
    </plurals>

    <string name="default_notification_channel_label">Uncategorized</string>

    <string name="importance_from_user">You set the importance of these notifications.</string>
+0 −1
Original line number Diff line number Diff line
@@ -2928,7 +2928,6 @@
  <java-symbol type="string" name="ext_media_status_missing" />
  <java-symbol type="string" name="ext_media_unsupported_notification_message" />
  <java-symbol type="string" name="ext_media_unsupported_notification_title" />
  <java-symbol type="plurals" name="selected_count" />
  <java-symbol type="drawable" name="ic_dialog_alert_material" />