Loading api/current.xml +0 −26 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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" media/java/android/media/MediaPlayer.java +2 −0 Original line number Diff line number Diff line Loading @@ -522,6 +522,7 @@ public class MediaPlayer * * @return A parcel suitable to hold a request for the native * player. * {@hide} */ public Parcel newRequest() { Parcel parcel = Parcel.obtain(); Loading @@ -543,6 +544,7 @@ public class MediaPlayer * native player. * * @return The status code see utils/Errors.h * {@hide} */ public int invoke(Parcel request, Parcel reply) { int retcode = native_invoke(request, reply); Loading media/java/android/media/ToneGenerator.java +2 −2 Original line number Diff line number Diff line Loading @@ -852,10 +852,10 @@ public class ToneGenerator /** * This method starts the playback of a tone of the specified type for the specified duration. * @param toneType The type of tone generated @see #startTone(int). * @param toneType The type of tone generated @see {@link #startTone(int)}. * @param durationMs The tone duration in milliseconds. If the tone is limited in time by definition, * the actual duration will be the minimum of durationMs and the defined tone duration. Setting durationMs to -1, * is equivalent to calling #startTone(int). * is equivalent to calling {@link #startTone(int)}. */ public native boolean startTone(int toneType, int durationMs); Loading Loading
api/current.xml +0 −26 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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"
media/java/android/media/MediaPlayer.java +2 −0 Original line number Diff line number Diff line Loading @@ -522,6 +522,7 @@ public class MediaPlayer * * @return A parcel suitable to hold a request for the native * player. * {@hide} */ public Parcel newRequest() { Parcel parcel = Parcel.obtain(); Loading @@ -543,6 +544,7 @@ public class MediaPlayer * native player. * * @return The status code see utils/Errors.h * {@hide} */ public int invoke(Parcel request, Parcel reply) { int retcode = native_invoke(request, reply); Loading
media/java/android/media/ToneGenerator.java +2 −2 Original line number Diff line number Diff line Loading @@ -852,10 +852,10 @@ public class ToneGenerator /** * This method starts the playback of a tone of the specified type for the specified duration. * @param toneType The type of tone generated @see #startTone(int). * @param toneType The type of tone generated @see {@link #startTone(int)}. * @param durationMs The tone duration in milliseconds. If the tone is limited in time by definition, * the actual duration will be the minimum of durationMs and the defined tone duration. Setting durationMs to -1, * is equivalent to calling #startTone(int). * is equivalent to calling {@link #startTone(int)}. */ public native boolean startTone(int toneType, int durationMs); Loading