|
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
public class SubscribedFeeds
The SubscribedFeeds provider stores all information about subscribed feeds.
| Nested Class Summary | |
|---|---|
static interface |
SubscribedFeeds.AccountColumns
Columns from the Accounts table. |
static class |
SubscribedFeeds.Accounts
Provides constants to access the Accounts table and some utility methods to ease using it. |
static interface |
SubscribedFeeds.FeedColumns
Columns from the Feed table that other tables join into themselves. |
static class |
SubscribedFeeds.Feeds
Provides constants to access the Feeds table and some utility methods to ease using the Feeds content provider. |
| Method Summary | |
|---|---|
static Uri |
addFeed(ContentResolver resolver,
String feed,
String account,
String authority,
String service)
A convenience method to add a feed to the SubscribedFeeds content provider. |
static int |
deleteFeed(ContentResolver resolver,
String feed,
String account,
String authority)
|
static int |
deleteFeeds(ContentResolver resolver,
String account,
String authority)
|
static String |
gtalkServiceRoutingInfoFromAccountAndResource(String account,
String res)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Uri addFeed(ContentResolver resolver,
String feed,
String account,
String authority,
String service)
resolver - used to access the underlying content providerfeed - corresponds to the FEED columnaccount - corresponds to the _SYNC_ACCOUNT columnauthority - corresponds to the AUTHORITY columnservice - corresponds to the SERVICE column
public static int deleteFeed(ContentResolver resolver,
String feed,
String account,
String authority)
public static int deleteFeeds(ContentResolver resolver,
String account,
String authority)
public static String gtalkServiceRoutingInfoFromAccountAndResource(String account,
String res)
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||