Snap for 11173240 from f272e21eb9c896d3626bbe033396a6765dc00a1f to mainline-sdkext-release

Change-Id: I10b18e3bd189ce41421c6fdc8da0d16de7465431
diff --git a/api/current.txt b/api/current.txt
index 9f1b879..30104c9 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -1227,7 +1227,10 @@
 
   @Deprecated public final class BasicUserPrincipal implements java.security.Principal {
     ctor @Deprecated public BasicUserPrincipal(String);
+    method @Deprecated public boolean equals(Object);
     method @Deprecated public String getName();
+    method @Deprecated public int hashCode();
+    method @Deprecated public String toString();
   }
 
   @Deprecated public interface Credentials {
@@ -1259,9 +1262,12 @@
 
   @Deprecated public class NTUserPrincipal implements java.security.Principal {
     ctor @Deprecated public NTUserPrincipal(String, String);
+    method @Deprecated public boolean equals(Object);
     method @Deprecated public String getDomain();
     method @Deprecated public String getName();
     method @Deprecated public String getUsername();
+    method @Deprecated public int hashCode();
+    method @Deprecated public String toString();
   }
 
   @Deprecated public class UsernamePasswordCredentials implements org.apache.http.auth.Credentials {