summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorChung-yih Wang <cywang@google.com>2011-02-10 15:20:41 +0800
committerChung-yih Wang <cywang@google.com>2011-02-17 15:06:08 +0800
commit9e25df44631e3c7881a6816cf26f34ea24055c72 (patch)
tree06a8fab71076f0d90210f7627c1410696d3e696a /api
parent88083d4f2b9c2dc66ba39bd2c4ffa0ff7c1fbcd4 (diff)
downloadframeworks_base-9e25df44631e3c7881a6816cf26f34ea24055c72.zip
frameworks_base-9e25df44631e3c7881a6816cf26f34ea24055c72.tar.gz
frameworks_base-9e25df44631e3c7881a6816cf26f34ea24055c72.tar.bz2
Make SIP AuthName APIs public.
bug:3326867 Change-Id: I766e6e28f6ad3e84de2c9e24850d472ad00271cc
Diffstat (limited to 'api')
-rw-r--r--api/current.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index e56bff8..baf1ed3 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -118943,6 +118943,17 @@
visibility="public"
>
</method>
+<method name="getAuthUserName"
+ return="java.lang.String"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
<method name="getAutoRegistration"
return="boolean"
abstract="false"
@@ -119145,6 +119156,19 @@
visibility="public"
>
</method>
+<method name="setAuthUserName"
+ return="android.net.sip.SipProfile.Builder"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="name" type="java.lang.String">
+</parameter>
+</method>
<method name="setAutoRegistration"
return="android.net.sip.SipProfile.Builder"
abstract="false"