diff options
author | Nick Pelly <npelly@google.com> | 2011-01-18 18:52:37 -0800 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2011-01-18 18:52:37 -0800 |
commit | 0316d4a24ff4b1ebf832f3ca9847771580eeac2f (patch) | |
tree | 5a0f24e07c5fe43b430c1e0ef74337b3c36d8282 /api/current.xml | |
parent | bf34061bb4af12aa9efaab653ae413f2bce4a240 (diff) | |
download | frameworks_base-0316d4a24ff4b1ebf832f3ca9847771580eeac2f.zip frameworks_base-0316d4a24ff4b1ebf832f3ca9847771580eeac2f.tar.gz frameworks_base-0316d4a24ff4b1ebf832f3ca9847771580eeac2f.tar.bz2 |
Change signature of MifareClassic.authenticate*() to throw IOException.
Update API for this and the previous commit.
Change-Id: I19275a5d00081bd0f00afea59a2b673344a32954
Diffstat (limited to 'api/current.xml')
-rw-r--r-- | api/current.xml | 47 |
1 files changed, 39 insertions, 8 deletions
diff --git a/api/current.xml b/api/current.xml index 5883381..6631b85 100644 --- a/api/current.xml +++ b/api/current.xml @@ -101070,6 +101070,33 @@ > </field> </class> +<class name="TagLostException" + extends="java.io.IOException" + abstract="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<constructor name="TagLostException" + type="android.nfc.TagLostException" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</constructor> +<constructor name="TagLostException" + type="android.nfc.TagLostException" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<parameter name="message" type="java.lang.String"> +</parameter> +</constructor> +</class> </package> <package name="android.nfc.technology" > @@ -101184,8 +101211,8 @@ visibility="public" > </method> -<method name="transceive" - return="byte[]" +<method name="setTimeout" + return="void" abstract="false" native="false" synchronized="false" @@ -101194,13 +101221,11 @@ deprecated="not deprecated" visibility="public" > -<parameter name="data" type="byte[]"> +<parameter name="timeout" type="int"> </parameter> -<exception name="IOException" type="java.io.IOException"> -</exception> </method> -<method name="setTimeout" - return="void" +<method name="transceive" + return="byte[]" abstract="false" native="false" synchronized="false" @@ -101209,8 +101234,10 @@ deprecated="not deprecated" visibility="public" > -<parameter name="timeout" type="int"> +<parameter name="data" type="byte[]"> </parameter> +<exception name="IOException" type="java.io.IOException"> +</exception> </method> </class> <class name="MifareClassic" @@ -101237,6 +101264,8 @@ </parameter> <parameter name="keyA" type="boolean"> </parameter> +<exception name="IOException" type="java.io.IOException"> +</exception> </method> <method name="authenticateSector" return="boolean" @@ -101254,6 +101283,8 @@ </parameter> <parameter name="keyA" type="boolean"> </parameter> +<exception name="IOException" type="java.io.IOException"> +</exception> </method> <method name="decrement" return="void" |