diff --git a/api/current.xml b/api/current.xml
index 19066f73db1f7..e31e3f95e3be9 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -41061,6 +41061,17 @@
+
+
keySet() {
+ return mValues.keySet();
+ }
+
public static final Parcelable.Creator CREATOR =
new Parcelable.Creator() {
@SuppressWarnings({"deprecation", "unchecked"})