diff options
author | Fred Quintana <fredq@google.com> | 2009-08-20 17:18:58 -0700 |
---|---|---|
committer | Fred Quintana <fredq@google.com> | 2009-08-20 17:18:58 -0700 |
commit | 77709755b74bcc852cd511ff833c2827c0f0e1aa (patch) | |
tree | d526a9851433873588bf3504b1f2baa9e9555548 /api | |
parent | 404780d62b8f6fe6787fca27cf36fe2c20b7220e (diff) | |
download | frameworks_base-77709755b74bcc852cd511ff833c2827c0f0e1aa.zip frameworks_base-77709755b74bcc852cd511ff833c2827c0f0e1aa.tar.gz frameworks_base-77709755b74bcc852cd511ff833c2827c0f0e1aa.tar.bz2 |
- add a reset to EntityIterator to allow it to go back to the beginning
- clean up the debug printing of SyncResult
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 6059946..1b2080c 100644 --- a/api/current.xml +++ b/api/current.xml @@ -25311,6 +25311,19 @@ visibility="public" > </method> +<method name="reset" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<exception name="RemoteException" type="android.os.RemoteException"> +</exception> +</method> </class> <class name="ActivityNotFoundException" extends="java.lang.RuntimeException" @@ -31226,6 +31239,19 @@ <exception name="RemoteException" type="android.os.RemoteException"> </exception> </method> +<method name="reset" + return="void" + abstract="true" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<exception name="RemoteException" type="android.os.RemoteException"> +</exception> +</method> </interface> <class name="Intent" extends="java.lang.Object" |