android.provider
Class MediaStore.Audio.Artists

java.lang.Object
  extended by android.provider.MediaStore.Audio.Artists
All Implemented Interfaces:
BaseColumns, MediaStore.Audio.ArtistColumns
Enclosing class:
MediaStore.Audio

public static final class MediaStore.Audio.Artists
extends Object
implements BaseColumns, MediaStore.Audio.ArtistColumns


Nested Class Summary
static class MediaStore.Audio.Artists.Albums
           
 
Field Summary
static String CONTENT_TYPE
           
static String DEFAULT_SORT_ORDER
           
static String ENTRY_CONTENT_TYPE
           
static Uri EXTERNAL_CONTENT_URI
           
static Uri INTERNAL_CONTENT_URI
           
 
Fields inherited from interface android.provider.BaseColumns
_COUNT, _ID
 
Fields inherited from interface android.provider.MediaStore.Audio.ArtistColumns
ARTIST, ARTIST_KEY, NUMBER_OF_ALBUMS, NUMBER_OF_TRACKS
 
Constructor Summary
MediaStore.Audio.Artists()
           
 
Method Summary
static Uri getContentUri(String volumeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERNAL_CONTENT_URI

public static final Uri INTERNAL_CONTENT_URI

EXTERNAL_CONTENT_URI

public static final Uri EXTERNAL_CONTENT_URI

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values

ENTRY_CONTENT_TYPE

public static final String ENTRY_CONTENT_TYPE
See Also:
Constant Field Values

DEFAULT_SORT_ORDER

public static final String DEFAULT_SORT_ORDER
See Also:
Constant Field Values
Constructor Detail

MediaStore.Audio.Artists

public MediaStore.Audio.Artists()
Method Detail

getContentUri

public static Uri getContentUri(String volumeName)


Copyright © 2008-2012. All Rights Reserved.