diff --git a/core/java/android/text/TextUtils.java b/core/java/android/text/TextUtils.java
index d0fd2b3936333..28f5c2114b1d7 100644
--- a/core/java/android/text/TextUtils.java
+++ b/core/java/android/text/TextUtils.java
@@ -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.
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index e2a8193f171f7..c3e5b73abedc7 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -5372,12 +5372,6 @@
Screening an incoming call
-
-
- - %1$d selected
- - %1$d selected
-
-
Uncategorized
You set the importance of these notifications.
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index b2d898bd1920c..c5dcbebe95d7f 100644
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -2928,7 +2928,6 @@
-