summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorChung-yih Wang <cywang@google.com>2011-02-17 18:29:38 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-02-17 18:29:38 -0800
commit6166bacbb0428a400fbf0e8d2fd4f98454eec81b (patch)
tree93ab3d24496577d27318125a97cc0df37b7bb867 /api
parent12669b6c8073defcfae369e9f7b6f879b1ac218e (diff)
parent9e25df44631e3c7881a6816cf26f34ea24055c72 (diff)
downloadframeworks_base-6166bacbb0428a400fbf0e8d2fd4f98454eec81b.zip
frameworks_base-6166bacbb0428a400fbf0e8d2fd4f98454eec81b.tar.gz
frameworks_base-6166bacbb0428a400fbf0e8d2fd4f98454eec81b.tar.bz2
Merge "Make SIP AuthName APIs public."
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 553676c..4e45471 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -119000,6 +119000,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"
@@ -119202,6 +119213,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"