Snap for 11041982 from f272e21eb9c896d3626bbe033396a6765dc00a1f to mainline-resolv-release

Change-Id: I4445aaa1172d9fe74bf48eb954c48dc246517e10
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 {