diff options
author | Justin Koh <justinkoh@google.com> | 2014-05-05 15:12:31 -0700 |
---|---|---|
committer | Justin Koh <justinkoh@google.com> | 2014-05-05 22:18:42 +0000 |
commit | ed23c5bc12b4110435b1e6f5fb9b82716109136e (patch) | |
tree | bb786a893aecb1e7d33e2f55d41a1a0766ba90ec /api | |
parent | 34dd2cdd4142ca8c7463b9f831429b4366fa222a (diff) | |
download | frameworks_base-ed23c5bc12b4110435b1e6f5fb9b82716109136e.zip frameworks_base-ed23c5bc12b4110435b1e6f5fb9b82716109136e.tar.gz frameworks_base-ed23c5bc12b4110435b1e6f5fb9b82716109136e.tar.bz2 |
Hide NsdServiceInfo additions for KKWT DO NOT MERGE
Hide NsdServiceInfo additions for KKWT.
Bug: 14116162
Change-Id: I98755a2524168be5e833a634192fd49ff3c32346
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/api/current.txt b/api/current.txt index 2638ee4..2aa94f8 100644 --- a/api/current.txt +++ b/api/current.txt @@ -14418,13 +14418,10 @@ package android.net.nsd { public final class NsdServiceInfo implements android.os.Parcelable { ctor public NsdServiceInfo(); method public int describeContents(); - method public java.util.Map<java.lang.String, byte[]> getAttributes(); method public java.net.InetAddress getHost(); method public int getPort(); method public java.lang.String getServiceName(); method public java.lang.String getServiceType(); - method public void removeAttribute(java.lang.String); - method public void setAttribute(java.lang.String, java.lang.String); method public void setHost(java.net.InetAddress); method public void setPort(int); method public void setServiceName(java.lang.String); |