|
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.Accounts
public static final class SubscribedFeeds.Accounts
Provides constants to access the Accounts table and some utility methods to ease using it.
| Field Summary | |
|---|---|
static String |
CONTENT_ITEM_TYPE
The MIME type of a CONTENT_URI subdirectory of a single
account in the subscribed feeds. |
static String |
CONTENT_TYPE
The MIME type of CONTENT_URI providing a directory of
accounts that have 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 |
| Fields inherited from interface android.provider.BaseColumns |
|---|
_COUNT, _ID |
| Fields inherited from interface android.provider.SubscribedFeeds.AccountColumns |
|---|
_SYNC_ACCOUNT |
| Method Summary | |
|---|---|
static Cursor |
query(ContentResolver cr,
String[] projection)
|
static Cursor |
query(ContentResolver cr,
String[] projection,
String where,
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 String CONTENT_TYPE
CONTENT_URI providing a directory of
accounts that have subscribed feeds.
public static final String CONTENT_ITEM_TYPE
CONTENT_URI subdirectory of a single
account in the subscribed feeds.
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 orderBy)
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||