Home | History | Annotate | Download | only in providers

Lines Matching defs:ACCOUNT

43      * Values for the current state of a Folder/Account; note that it's possible that more than one
69 * An initial sync is needed for this Account/Folder to be used. This is account-wide, when
70 * the user has added an account, and the first sync has not completed successfully.
74 * Manual sync is required. This is account-wide, when the user has disabled sync on the
75 * Gmail account.
79 * Account initialization is required.
91 * Values for the result of the last attempted sync of a Folder/Account
156 "vnd.android.cursor.dir/vnd.com.android.mail.account";
158 "vnd.android.cursor.item/vnd.com.android.mail.account";
294 * their account name? For instance, GMail allows users to set FROM addresses that are
295 * different from account@gmail.com address. For instance, user@gmail.com could have another
307 * Does this account support searching locally, on the device? This requires the backend
328 * Whether the account provides help content.
332 * Whether the account provides a way to send feedback content.
336 * Whether the account provides a mechanism for marking conversations as important.
344 * Whether the account is not a real account, i.e. Combined View
348 * Whether the account supports discarding drafts from a conversation. This should be
353 * Whether the account supports emptying the trash folder
357 * Whether the account supports emptying the spam folder
361 * Whether the account supports nested folders
365 * Whether the client is permitted to sanitize HTML for this account.
372 * This string column contains the human visible name for the account.
377 * This string column contains the real name associated with the account, e.g. "John Doe"
382 * This string column contains the account manager name of this account.
387 * This string column contains the account id of this account.
392 * This integer contains the type of the account: Google versus non google. This is not
399 * account provider will return results.
404 * This string column contains the uri to directly access the information for this account.
409 * This integer column contains a bit field of the possible capabilities that this account
416 * list of top level folders for this account.
422 * list of all real folders for this account.
428 * list of all real and synthetic folders for this account.
444 * custom from addresses for this account or null if there are none.
450 * to expunge a message from this account. NOTE: This might be better to
465 * Uri for EDIT intent that will cause the settings screens for this account type to be
469 * TODO: When we want to support a heterogeneous set of account types, this value may need
475 * Uri for VIEW intent that will cause the help screens for this account type to be
477 * TODO: When we want to support a heterogeneous set of account types, this value may need
483 * Uri for VIEW intent that will cause the send feedback for this account type to be
485 * TODO: When we want to support a heterogeneous set of account types, this value may need
492 * this account. startActivityForResult() will be called with this intent. Activities that
499 * This int column contains the current sync status of the account (the logical AND of the
500 * sync status of folders in this account)
505 * of account to be shown.
509 * Mime-type defining this account.
513 * URI for location of recent folders viewed on this account.
517 * URI for default recent folders for this account, if any.
521 * Color (integer) used for this account (for Email/Combined view)
525 * URI for forcing a manual sync of this account.
529 * Optional URI of this account for proxying view intents.
555 * URI for querying this account's quick responses
559 * Fragment class name for account settings
563 * Whether this account is on a security hold
567 * Uri to access the account security activity.
573 * String column containing the contents of the signature for this account. If no
624 * String containing the URI for the default inbox for this account.
628 * String containing the name of the default Inbox for this account
656 * Uri for EDIT intent that will cause account-specific setup UI to be shown. If not
657 * null, this intent should be used when an account is "entered" (i.e. viewing a folder
658 * in the account, etc.)
673 * account.
711 * String column containing the cookie string for this account.
905 * folder, or an "unread" folder (per account or provider-wide)
929 * This flag indicates that a conversation may be moved from this folder into the account's
1302 * This String column contains the Uri for this conversation's account
1497 account uri, through
1499 * Note, the arg parmateter of call should be the account uri.
1527 * Change account method. The Bundle for the call to
1719 * This integer column contains the staus of the account cursor. The value will be
1720 * 1 if all accounts have been fully loaded or 0 if the account list hasn't been fully
1861 * Uri of the account associated with this message. Except in the case
1912 * This column contains the Account object Parcelable.
1914 public static final String ACCOUNT = "account";
2369 * intent should be set to the mimeType of the account that is generating this notification.
2383 * Parcelable extra containing a {@link Uri} to an {@link Account}
2388 * Integer extra containing the update unread count for the account/folder.
2395 * Integer extra containing the update unseen count for the account/folder.
2402 * Parcelable extra containing account for which the user wants to
2438 * String extra passed to the proxy which indicates the account being viewed.
2446 * Byte[] extra passed from the proxy which indicates the digest of the salted account name.