|
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.SubscribedFeeds.Feeds
public static final class SubscribedFeeds.Feeds
Provides constants to access the Feeds table and some utility methods to ease using the Feeds content provider.
| Field Summary | |
|---|---|
static String |
CONTENT_ITEM_TYPE
The MIME type of a CONTENT_URI subdirectory of a single
subscribed feed. |
static String |
CONTENT_TYPE
The MIME type of CONTENT_URI providing a directory of
subscribed feeds. |
static Uri |
CONTENT_URI
The content:// style URL for this table |
static String |
DEFAULT_SORT_ORDER
The default sort order for this table |
static Uri |
DELETED_CONTENT_URI
The content:// style URL for this table |
| Fields inherited from interface android.provider.BaseColumns |
|---|
_COUNT, _ID |
| Fields inherited from interface android.provider.SyncConstValue |
|---|
_SYNC_ACCOUNT, _SYNC_DIRTY, _SYNC_ID, _SYNC_LOCAL_ID, _SYNC_MARK, _SYNC_TIME, _SYNC_VERSION, NON_SYNCABLE_ACCOUNT |
| Fields inherited from interface android.provider.SubscribedFeeds.FeedColumns |
|---|
AUTHORITY, FEED, SERVICE |
| Method Summary | |
|---|---|
static Cursor |
query(ContentResolver cr,
String[] projection)
|
static Cursor |
query(ContentResolver cr,
String[] projection,
String where,
String[] whereArgs,
String orderBy)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Uri CONTENT_URI
public static final Uri DELETED_CONTENT_URI
public static final String CONTENT_TYPE
CONTENT_URI providing a directory of
subscribed feeds.
public static final String CONTENT_ITEM_TYPE
CONTENT_URI subdirectory of a single
subscribed feed.
public static final String DEFAULT_SORT_ORDER
| Method Detail |
|---|
public static Cursor query(ContentResolver cr,
String[] projection)
public static Cursor query(ContentResolver cr,
String[] projection,
String where,
String[] whereArgs,
String orderBy)
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||