summaryrefslogtreecommitdiff
path: root/api/current.xml
diff options
context:
space:
mode:
author Dianne Hackborn <hackbod@google.com> 2011-02-28 18:03:26 -0800
committer Dianne Hackborn <hackbod@google.com> 2011-02-28 18:03:26 -0800
commitc9119f5034d36f548bbddd8f60291e24ab4e270b (patch)
tree040920e1f2474bcc7c8aa460377c976baa684488 /api/current.xml
parent6c2193a7e26c0794f45dfb60d2a0cf6ae776f390 (diff)
Add ParcelFileDescriptor APIs to get raw fd.
Change-Id: I66ba72ffffd27237e60c9411453eef950ae62705
Diffstat (limited to 'api/current.xml')
-rw-r--r--api/current.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 2c9789222b8b..c007659b75bb 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -149691,6 +149691,17 @@
visibility="public"
>
</method>
+<method name="detachFd"
+ return="int"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
<method name="fromSocket"
return="android.os.ParcelFileDescriptor"
abstract="false"
@@ -149704,6 +149715,17 @@
<parameter name="socket" type="java.net.Socket">
</parameter>
</method>
+<method name="getFd"
+ return="int"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
<method name="getFileDescriptor"
return="java.io.FileDescriptor"
abstract="false"