diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-10-06 18:34:40 -0400 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-10-06 18:34:40 -0400 |
commit | 521f4f3af94e3a093a37af887d3e317a526b61a1 (patch) | |
tree | 375e51a9182304f53d300f3f6fe75a067fa8d3b6 /api | |
parent | 5f9d4bae03b2dfa9c1e43a6e01cacaa5a5326690 (diff) | |
parent | 3b49e9b52558b5c45240d098410bd5afbd29e1fe (diff) | |
download | frameworks_base-521f4f3af94e3a093a37af887d3e317a526b61a1.zip frameworks_base-521f4f3af94e3a093a37af887d3e317a526b61a1.tar.gz frameworks_base-521f4f3af94e3a093a37af887d3e317a526b61a1.tar.bz2 |
Merge change I3d6cf8aa into eclair
* changes:
Fix for bug 2158794. Hide MediaPlayer.invoke() and MediaPlayer.newRequest(), and Fix bad links in ToneGenerator documentation.
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/api/current.xml b/api/current.xml index 7ebf058..3e3434a 100644 --- a/api/current.xml +++ b/api/current.xml @@ -77986,21 +77986,6 @@ visibility="public" > </method> -<method name="invoke" - return="int" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="request" type="android.os.Parcel"> -</parameter> -<parameter name="reply" type="android.os.Parcel"> -</parameter> -</method> <method name="isLooping" return="boolean" abstract="false" @@ -78023,17 +78008,6 @@ visibility="public" > </method> -<method name="newRequest" - return="android.os.Parcel" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> <method name="pause" return="void" abstract="false" |