|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.provider.MediaStore.Audio.Albums
public static final class MediaStore.Audio.Albums
Contains artists for audio files
| Field Summary | |
|---|---|
static String |
CONTENT_TYPE
The MIME type for this table. |
static String |
DEFAULT_SORT_ORDER
The default sort order for this table |
static String |
ENTRY_CONTENT_TYPE
The MIME type for entries in this table. |
static Uri |
EXTERNAL_CONTENT_URI
The content:// style URI for the "primary" external storage volume. |
static Uri |
INTERNAL_CONTENT_URI
The content:// style URI for the internal storage. |
| Fields inherited from interface android.provider.BaseColumns |
|---|
_COUNT, _ID |
| Fields inherited from interface android.provider.MediaStore.Audio.AlbumColumns |
|---|
ALBUM, ALBUM_ART, ALBUM_ID, ALBUM_KEY, ARTIST, FIRST_YEAR, LAST_YEAR, NUMBER_OF_SONGS |
| Constructor Summary | |
|---|---|
MediaStore.Audio.Albums()
|
|
| Method Summary | |
|---|---|
static Uri |
getContentUri(String volumeName)
Get the content:// style URI for the albums table on the given volume. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Uri INTERNAL_CONTENT_URI
public static final Uri EXTERNAL_CONTENT_URI
public static final String CONTENT_TYPE
public static final String ENTRY_CONTENT_TYPE
public static final String DEFAULT_SORT_ORDER
| Constructor Detail |
|---|
public MediaStore.Audio.Albums()
| Method Detail |
|---|
public static Uri getContentUri(String volumeName)
volumeName - the name of the volume to get the URI for
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||