|
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.accounts.AccountsServiceConstants
public class AccountsServiceConstants
Miscellaneous constants used by the AccountsService and its clients.
| Field Summary | |
|---|---|
static String |
LOGIN_ACCOUNTS_CHANGED_ACTION
Action sent as a broadcast Intent by the AccountsService when accounts are added to and/or removed from the device's database, or when the primary account is changed. |
static String |
LOGIN_ACCOUNTS_MISSING_ACTION
Action sent as a broadcast Intent by the AccountsService when it starts up and no accounts are available (so some should be added). |
static Intent |
SERVICE_INTENT
The intent used to bind to the accounts service. |
| Method Summary | |
|---|---|
static boolean |
isForAccountsService(Intent bindIntent)
Checks whether the intent is to bind to the accounts service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String LOGIN_ACCOUNTS_CHANGED_ACTION
public static final String LOGIN_ACCOUNTS_MISSING_ACTION
public static final Intent SERVICE_INTENT
| Method Detail |
|---|
public static final boolean isForAccountsService(Intent bindIntent)
bindIntent - The Intent used to bind to the service.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||