Loading api/current.xml +52 −0 Original line number Original line Diff line number Diff line Loading @@ -126572,6 +126572,17 @@ visibility="public" visibility="public" > > </field> </field> <field name="UNKNOWN_STRING" type="java.lang.String" transient="false" volatile="false" value=""<unknown>"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> </class> </class> <class name="MediaStore.Audio" <class name="MediaStore.Audio" extends="java.lang.Object" extends="java.lang.Object" Loading Loading @@ -127056,6 +127067,17 @@ visibility="public" visibility="public" > > </field> </field> <field name="BOOKMARK" type="java.lang.String" transient="false" volatile="false" value=""bookmark"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="COMPOSER" <field name="COMPOSER" type="java.lang.String" type="java.lang.String" transient="false" transient="false" Loading Loading @@ -127111,6 +127133,17 @@ visibility="public" visibility="public" > > </field> </field> <field name="IS_PODCAST" type="java.lang.String" transient="false" volatile="false" value=""is_podcast"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="IS_RINGTONE" <field name="IS_RINGTONE" type="java.lang.String" type="java.lang.String" transient="false" transient="false" Loading Loading @@ -127569,6 +127602,25 @@ <parameter name="playlistId" type="long"> <parameter name="playlistId" type="long"> </parameter> </parameter> </method> </method> <method name="moveItem" return="boolean" abstract="false" native="false" synchronized="false" static="true" final="true" deprecated="not deprecated" visibility="public" > <parameter name="res" type="android.content.ContentResolver"> </parameter> <parameter name="playlistId" type="long"> </parameter> <parameter name="from" type="int"> </parameter> <parameter name="to" type="int"> </parameter> </method> <field name="AUDIO_ID" <field name="AUDIO_ID" type="java.lang.String" type="java.lang.String" transient="false" transient="false" core/java/android/provider/MediaStore.java +0 −4 Original line number Original line Diff line number Diff line Loading @@ -182,7 +182,6 @@ public final class MediaStore { * The string that is used when a media attribute is not known. For example, * The string that is used when a media attribute is not known. For example, * if an audio file does not have any meta data, the artist and album columns * if an audio file does not have any meta data, the artist and album columns * will be set to this value. * will be set to this value. * @hide */ */ public static final String UNKNOWN_STRING = "<unknown>"; public static final String UNKNOWN_STRING = "<unknown>"; Loading Loading @@ -852,7 +851,6 @@ public final class MediaStore { * The position, in ms, playback was at when playback for this file * The position, in ms, playback was at when playback for this file * was last stopped. * was last stopped. * <P>Type: INTEGER (long)</P> * <P>Type: INTEGER (long)</P> * @hide */ */ public static final String BOOKMARK = "bookmark"; public static final String BOOKMARK = "bookmark"; Loading Loading @@ -931,7 +929,6 @@ public final class MediaStore { /** /** * Non-zero if the audio file is a podcast * Non-zero if the audio file is a podcast * <P>Type: INTEGER (boolean)</P> * <P>Type: INTEGER (boolean)</P> * @hide */ */ public static final String IS_PODCAST = "is_podcast"; public static final String IS_PODCAST = "is_podcast"; Loading Loading @@ -1266,7 +1263,6 @@ public final class MediaStore { * @param from The position of the item to move * @param from The position of the item to move * @param to The position to move the item to * @param to The position to move the item to * @return true on success * @return true on success * @hide */ */ public static final boolean moveItem(ContentResolver res, public static final boolean moveItem(ContentResolver res, long playlistId, int from, int to) { long playlistId, int from, int to) { Loading Loading
api/current.xml +52 −0 Original line number Original line Diff line number Diff line Loading @@ -126572,6 +126572,17 @@ visibility="public" visibility="public" > > </field> </field> <field name="UNKNOWN_STRING" type="java.lang.String" transient="false" volatile="false" value=""<unknown>"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> </class> </class> <class name="MediaStore.Audio" <class name="MediaStore.Audio" extends="java.lang.Object" extends="java.lang.Object" Loading Loading @@ -127056,6 +127067,17 @@ visibility="public" visibility="public" > > </field> </field> <field name="BOOKMARK" type="java.lang.String" transient="false" volatile="false" value=""bookmark"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="COMPOSER" <field name="COMPOSER" type="java.lang.String" type="java.lang.String" transient="false" transient="false" Loading Loading @@ -127111,6 +127133,17 @@ visibility="public" visibility="public" > > </field> </field> <field name="IS_PODCAST" type="java.lang.String" transient="false" volatile="false" value=""is_podcast"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="IS_RINGTONE" <field name="IS_RINGTONE" type="java.lang.String" type="java.lang.String" transient="false" transient="false" Loading Loading @@ -127569,6 +127602,25 @@ <parameter name="playlistId" type="long"> <parameter name="playlistId" type="long"> </parameter> </parameter> </method> </method> <method name="moveItem" return="boolean" abstract="false" native="false" synchronized="false" static="true" final="true" deprecated="not deprecated" visibility="public" > <parameter name="res" type="android.content.ContentResolver"> </parameter> <parameter name="playlistId" type="long"> </parameter> <parameter name="from" type="int"> </parameter> <parameter name="to" type="int"> </parameter> </method> <field name="AUDIO_ID" <field name="AUDIO_ID" type="java.lang.String" type="java.lang.String" transient="false" transient="false"
core/java/android/provider/MediaStore.java +0 −4 Original line number Original line Diff line number Diff line Loading @@ -182,7 +182,6 @@ public final class MediaStore { * The string that is used when a media attribute is not known. For example, * The string that is used when a media attribute is not known. For example, * if an audio file does not have any meta data, the artist and album columns * if an audio file does not have any meta data, the artist and album columns * will be set to this value. * will be set to this value. * @hide */ */ public static final String UNKNOWN_STRING = "<unknown>"; public static final String UNKNOWN_STRING = "<unknown>"; Loading Loading @@ -852,7 +851,6 @@ public final class MediaStore { * The position, in ms, playback was at when playback for this file * The position, in ms, playback was at when playback for this file * was last stopped. * was last stopped. * <P>Type: INTEGER (long)</P> * <P>Type: INTEGER (long)</P> * @hide */ */ public static final String BOOKMARK = "bookmark"; public static final String BOOKMARK = "bookmark"; Loading Loading @@ -931,7 +929,6 @@ public final class MediaStore { /** /** * Non-zero if the audio file is a podcast * Non-zero if the audio file is a podcast * <P>Type: INTEGER (boolean)</P> * <P>Type: INTEGER (boolean)</P> * @hide */ */ public static final String IS_PODCAST = "is_podcast"; public static final String IS_PODCAST = "is_podcast"; Loading Loading @@ -1266,7 +1263,6 @@ public final class MediaStore { * @param from The position of the item to move * @param from The position of the item to move * @param to The position to move the item to * @param to The position to move the item to * @return true on success * @return true on success * @hide */ */ public static final boolean moveItem(ContentResolver res, public static final boolean moveItem(ContentResolver res, long playlistId, int from, int to) { long playlistId, int from, int to) { Loading